经过长时间的搜索后,我出来了。
在ComGoogleAndroidGmsPlayServices4323.aar
下的build->exploded-bundle
内,我有AndroidMenifest.xml
个文件没有<application/>
标记。
当我添加标记时,它会在尝试构建或同步项目时自动删除,而Android Studio则说我无法编辑.aar
个文件
所以,一方面我错过了标签,另一方面我无法添加标签。
我得到的错误是:
:gps:processDebugManifest[C:\Apps\social\gps\build\exploded-bundles\ComGoogleAndroidGmsPlayServices4323.aar\AndroidManifest.xml:1] Could not find element /manifest/application.
反复。
我的构建成绩档案 -
compile 'com.google.android.gms:play-services:4.3.23'
我试过了 -
compile 'com.google.android.gms:play-services:4.3.+'
和
compile 'com.google.android.gms:play-services:+'
不工作。 我从sdk manager更新并安装新软件包后出现此问题。
有什么想法吗?
答案 0 :(得分:0)
compile 'com.google.android.gms:play-services:7.3.0'
根据http://developer.android.com/google/play-services/setup.html