Changing the nativescript id
damain opened this issue · 0 comments
damain commented
One gotcha that I found, hope its included in the readme
To change your nativescript id/ bundle id/ android package name, you need to:
- go to build > prepare.js then change the
APP_IDto your package name. - go to src > resources > Android >app.gradle change the
applicationIdto your package name - delete the dist folder if it exists (this will cause a full rebuild of the project when you do the next step)
- run
npm run tns -- run android