This repository was archived by the owner on Feb 19, 2019. It is now read-only.
This repository was archived by the owner on Feb 19, 2019. It is now read-only.
Changing the nativescript id #3
Open
Description
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_ID
to your package name. - go to src > resources > Android >app.gradle change the
applicationId
to 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
Metadata
Metadata
Assignees
Labels
No labels