Android:`无法找到元素/清单/应用程序`问题

时间:2015-04-28 18:43:58

标签: android

经过长时间的搜索后,我出来了。

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更新并安装新软件包后出现此问题。

有什么想法吗?

1 个答案:

答案 0 :(得分:0)

你试过了吗?

 compile 'com.google.android.gms:play-services:7.3.0'

根据http://developer.android.com/google/play-services/setup.html