“com.example is restricted” when uploading APK to Play Store

The error message is telling it all. You need to use a package name of your own. The package name is the identitiy of the application.

To rename the package name, In eclipse right click on the project in project explorer. Then Android Tools > rename Aplication Package name. Then enter the new package name.

Also make sure that you are trying to upload a release build

Leave a Comment