开发者

Upgraded to 2.3, now ant builds don't include the jars in my libs directory

开发者 https://www.devze.com 2023-01-29 19:32 出处:网络
I\'ve been doing all my builds using ant on the command line (Ubuntu 10.04). I loaded up the 开发者_如何学C2.3 SDK and made the necessary path changed (platform-tools). Now my builds don\'t include th

I've been doing all my builds using ant on the command line (Ubuntu 10.04). I loaded up the 开发者_如何学C2.3 SDK and made the necessary path changed (platform-tools). Now my builds don't include the jars in my libs directory. Any thoughts on what I need to change?


The Ant build system now requires Ant 1.8+ Unfortunately it "works" (broken) with 1.7 because we rely on a new behavior in 1.8, not a new task or attribute that would break 1.7


i'm not familiar with the ant builde for android as i'm usig eclipse(why shouldn't ou ? it generates build.xml autotmatically). In any case whe you say platform tools you mean $ANDROID_HOME/platforms/android-9 ? Are you sure it's needed for ant ? i know the ant build file itself is pretty empty and most of the work is done in their java .sh files so it's ard to tell what they are missing, cold it be you found a bug in their new SDK ?


I've got other more serious problems with SDK2.3 (the AVDs are bust). I'd set up Ant builds OK to work on 2.2 and was looking to see if an Ant build would run. My custom build.xml overrode quite a bit of the stuff in ant_rules_r3.xml but still used some of it. I noticed that this has now been removed and replaced with main_rules.xml, which is a bit different. 'project.libraries' replaces 'android.libraries' for one thing. It's probably worth you looking at the differences if your build.xml was based on ant_rules_3.

I'm not going to look at it myself until my main problem is fixed.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号