0

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.

Maxim-V
  • 21
  • 1
  • 4
  • If "voorbeld" is "example" in Dutch, it's probably this -- http://stackoverflow.com/questions/17397195/com-example-is-restricted-when-uploading-apk-to-play-store :) – matiash Jun 20 '14 at 22:18

2 Answers2

0

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

Community
  • 1
  • 1
berserk
  • 2,690
  • 3
  • 32
  • 63
  • Can you explain me how to change it using android studio? I tried different things I found online but I keep getting this error. – Maxim-V Jun 21 '14 at 01:00
  • 2
    found the answer,I had to change the applicationId in build.gradle – Maxim-V Jun 21 '14 at 02:26
0

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

xyz means any thing u like but not example