Android: `Could not find element /manifest/application` issue

user2162550

After a long search onine I came out empty.

Inside ComGoogleAndroidGmsPlayServices4323.aar under build->exploded-bundle I have a AndroidMenifest.xml file without <application/> tag.

When I'm adding the tag, it's automatically removed when trying to build or synch the project and Android Studio says that I cannot edit .aar files

So, on one hand I'm missing the tag, on the other hand I cannot add it.

The error I get is:

 :gps:processDebugManifest[C:\Apps\social\gps\build\exploded-bundles\ComGoogleAndroidGmsPlayServices4323.aar\AndroidManifest.xml:1] Could not find element /manifest/application.

repeatedly.

I have in my build grade file-

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

I tried-

compile 'com.google.android.gms:play-services:4.3.+'

and

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

not working. This problem appeared after I updated and install new packages from sdk manager.

Any idea?

kandroidj

did you try:

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

as per http://developer.android.com/google/play-services/setup.html

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Android studio Issue : Could not find ads:AdQuality:unspecified

From Dev

Geokit issue - "could not find generator"

From Dev

Could not find a part of the path issue

From Dev

Geokit issue - "could not find generator"

From Dev

Issue with Sass: "Could not find 'sass'"

From Dev

Routing issue in devise [Could not find devise mapping ..]

From Dev

Could not find a method in android app

From Dev

Android - Could not find class ClusterManager?

From Dev

Android CMake: Could NOT find OpenSSL

From Dev

Selenium Webdriver IE could not find element

From Dev

Could not find default endpoint element that references contract

From Dev

Could not find endpoint element with name WCF

From Dev

Could not find default endpoint element that references contract

From Dev

Could not call my webservice for trust issue in android

From Dev

XML Schema issue, cannot find declaration of element

From Dev

Decompiler issue "Could not find or load main class classes.dex"

From Dev

Could not find server 'DB name' in sys.servers (not dbo issue)

From Dev

Could not find server 'DB name' in sys.servers (not dbo issue)

From Dev

Android studio Gradle Could not find method compile()

From Dev

Android studio 1.5.1: Could not find property 'vectorDrawables'

From Dev

Android Studio Update 0.4.0 could not find buildConfig()

From Dev

Android Studio 0.4: Could not find method jniDir()

From Dev

Android DataBinding error. Could not find accessor

From Dev

Android Annotations could not find AndroidManifest.xml

From Dev

Android - Could not find method onButtonClick(View)

From Dev

Could not find SDK folder in Android Eclipse

From Dev

Android Studio 0.4: Could not find method jniDir()

From Dev

Android Studio Emulator Panic Could not Find

From Dev

Android Native Developmenet : Could not find C compiler

Related Related

  1. 1

    Android studio Issue : Could not find ads:AdQuality:unspecified

  2. 2

    Geokit issue - "could not find generator"

  3. 3

    Could not find a part of the path issue

  4. 4

    Geokit issue - "could not find generator"

  5. 5

    Issue with Sass: "Could not find 'sass'"

  6. 6

    Routing issue in devise [Could not find devise mapping ..]

  7. 7

    Could not find a method in android app

  8. 8

    Android - Could not find class ClusterManager?

  9. 9

    Android CMake: Could NOT find OpenSSL

  10. 10

    Selenium Webdriver IE could not find element

  11. 11

    Could not find default endpoint element that references contract

  12. 12

    Could not find endpoint element with name WCF

  13. 13

    Could not find default endpoint element that references contract

  14. 14

    Could not call my webservice for trust issue in android

  15. 15

    XML Schema issue, cannot find declaration of element

  16. 16

    Decompiler issue "Could not find or load main class classes.dex"

  17. 17

    Could not find server 'DB name' in sys.servers (not dbo issue)

  18. 18

    Could not find server 'DB name' in sys.servers (not dbo issue)

  19. 19

    Android studio Gradle Could not find method compile()

  20. 20

    Android studio 1.5.1: Could not find property 'vectorDrawables'

  21. 21

    Android Studio Update 0.4.0 could not find buildConfig()

  22. 22

    Android Studio 0.4: Could not find method jniDir()

  23. 23

    Android DataBinding error. Could not find accessor

  24. 24

    Android Annotations could not find AndroidManifest.xml

  25. 25

    Android - Could not find method onButtonClick(View)

  26. 26

    Could not find SDK folder in Android Eclipse

  27. 27

    Android Studio 0.4: Could not find method jniDir()

  28. 28

    Android Studio Emulator Panic Could not Find

  29. 29

    Android Native Developmenet : Could not find C compiler

HotTag

Archive