开发者

Android upload to store error - file is invalid: ERROR getting 'android:name' attribute:

开发者 https://www.devze.com 2023-01-31 00:32 出处:网络
I am uploading my draft application .apk file myapp.apk to market.android.comWhen I click upload I get the error message:

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

0

精彩评论

暂无评论...
验证码 换一张
取 消