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


after long search onine came out empty.

inside comgoogleandroidgmsplayservices4323.aar under build->exploded-bundle have androidmenifest.xml file without <application/> tag.

when i'm adding tag, it's automatically removed when trying build or synch project , android studio says cannot edit .aar files

so, on 1 hand i'm missing tag, on other hand cannot add it.

the error is:

 :gps:processdebugmanifest[c:\apps\social\gps\build\exploded-bundles\comgoogleandroidgmsplayservices4323.aar\androidmanifest.xml:1] not find element /manifest/application. 

repeatedly.

i have in 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. problem appeared after updated , install new packages sdk manager.

any idea?

did try:

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

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


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -