Error when uploading apk to playstore, apk name not valid
问题 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: