I am trying to build my android apps from command line, I have a script
ant release
fails at
BUILD FAILED
android-sdk-macosx/tools/ant/build.xml:473: Invalid file: myProject/google-play-services_lib/build.xml
this is necessary for the android google maps v2 api
I tried to add my other build.xml to the google-play-services_lib but then it didn’t recognize my directories particualr the variables sdk.dir
how do I fix this and add this library to my ant build?
The answer is that
all need to be copied into the google-play-services_lib folder.
ant.properties needs to be edited to look up one more directory
../for the keystore.and if you have any custom rules, you need to edit the copied build.xml to look up one more directory for those rules
../