Android Ant Script Workaround?
It appears that, in the transition between the Android 1.1 sdk and 1.5, Google radically changed how ant scripts using AAPT can build Android projects. Previously they support arg
Solution 1:
use google there are already pre-written ant build scripts for android 1.5 if all else fails look up an android project on google code and browse svn to get a copy oof their build script..
Post a Comment for "Android Ant Script Workaround?"