从Google Play Service lib获取build.xml

时间:2016-04-13 07:53:45

标签: android netbeans ant google-play-services

如何从Google Play Service lib获取build.xml? 运行 android更新项目-p" C:\ google-play-services_lib" 失败 此文件夹中没有任何内容未创建

如果是为通常的android项目运行 - 出现build.xml 但是使用Google Play服务 - 没有

1 个答案:

答案 0 :(得分:0)

如果在google_play_services目录上运行android update project --path并不起作用,请创建build.xml文件。

转到系统SK目录,然后根据需要更改目标:

$SDK_HOME/extras/google/google_play_services/libproject/google-play-services_lib and run "android update project -p ./ --target 20"

另一种解决方法是删除google_play_services并从Android SDK管理器获取新副本。