I tried to set an android package name with the following command:
ionic start myproject blank --id=com.my.package --appname=“Appname” , but it didn’t work.
After adding android platform, the package name was set to default.
Could anyone tell me please how can I set the package name correctly from the start?
Thanks a lot!