nativescript-vue-webpack-template icon indicating copy to clipboard operation
nativescript-vue-webpack-template copied to clipboard

Changing the nativescript id

Open damain opened this issue 7 years ago • 0 comments
trafficstars

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

damain avatar Feb 19 '18 15:02 damain