In default my application pakage name is com.ionicframework.stater. How I can change it?
1 Like
You can change the <widget id="..."
at the top of the config.xml
file inside the project.
Easier if you specify it when creating the project with e.g.
ionic start myapp --id com.mycompany.myapp
6 Likes
A good example is listed here [URL=“http://abhiandroid.com/androidstudio/how-to-change-package-name-android-studio.html”]How to Change Package Name in Android Studio. [/URL]. This tutorial will also help you to better understand .