将APK上传到Playstore时出错,apk名称无效
问题描述:
我开发了我的第一个android应用程序,但是当我上传到Play商店时,出现以下错误:
I developed my very first android app but when i'm uploading to the Play Store I get the following error:
对于那些不会说荷兰语的人,"上传失败,您的apk名称必须采用以下格式"com.example.myapp".我猜我没有这样做,但我不知道如何解决我正在使用Android Studio 0.6.1
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.
答
更改程序包名称 (com.example)无效. 使用(com.xyz).
change the package name (com.example) is invalid. use (com.xyz).
xyz表示您喜欢的任何东西,但不包括示例
xyz means any thing u like but not example