Error when uploading apk to playstore, apk name not valid

徘徊边缘 提交于 2019-12-13 02:54:53

问题


I developed my very first android app but when i'm uploading to the Play Store I get the following error:

error

For those not speaking dutch," upload failed, the name of your apk has to be the following format 'com.example.myapp'. I'm guessing I didn't do this but I have no idea how to fix this. I'm using Android Studio 0.6.1

I did search the web but couldn't find a fix.


回答1:


It is the name of the package of your app i.e bundle identifier. Also example cannot be used in it. For more info: Android - Package Name convention




回答2:


change the package name (com.example) is invalid. use (com.xyz).

xyz means any thing u like but not example



来源:https://stackoverflow.com/questions/24336321/error-when-uploading-apk-to-playstore-apk-name-not-valid

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!