我正在尝试从命令行构建我的 android 应用程序,我有一个脚本
ant release
失败于
BUILD FAILED
android-sdk-macosx/tools/ant/build.xml:473: Invalid file: myProject/google-play-services_lib/build.xml
这对于 android google maps v2 api 是必需的
我试图将我的其他 build.xml 添加到,google-play-services_lib
但后来它无法识别我的目录,尤其是变量sdk.dir
我该如何解决这个问题并将这个库添加到我的 ant 构建中?