问题
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