Ionic You need to use a different package name because “io.ionic.starter” already exists in Google Play
If you are using Ionic + Android Studio to publish an app and run into this error on upload, “You need to use a different package name because “io.ionic.starter” already exists in Google Play”, do this. Check build.gradle (Module:android.app) file in Gradle Scripts Change the applicationId to a unique ID. The nomenclature is typically “appname.yoursite.com” … Read more