Android upload to store error - file is invalid: ERROR getting 'android:name' attribute:
I am uploading my draft application .apk file myapp.apk to market.android.com When I click upload I get the error message:
The file is invalid: ERROR getting 'android:name' attribute:
This app works fine in the simulator and the AndroidManifest.xml looks correct. The app has also been signed correctly. Any thoughts ideas or suggestions are appreciated开发者_StackOverflow!
The answer was in the AndroidManifest.xml before activity the permissions need to be set.
In the android file you might have given in .....uses permission=""</uses permission>
you might have did a typo mistake or it might be a null..
If you cant post it.. just paste the code.., so that I can spot the error
精彩评论