从Google Play Service库获取build.xml



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

如果它是为通常的android项目运行的,则会显示build.xml但使用Google Play服务-没有

如果在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管理器中获取新的副本。

最新更新