You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand your frustration about updating the android applicationId in multiple places. We are working on improving the workflow as described in this issue #3040.
Some additional manual steps might be required for existing projects in order to take advantage of the fix when it gets merged and delivered. Please follow the issue referenced above for more information and progress updates.
Thank you for your patience and understanding in advance.
Changing the "app id" means changing in three places (Took me a while to figure out as a newbie as app was not installing/running):
"nativescript": { "id": "com.example.newapp" ...
... applicationId = "com.example.newapp" ...
{"appId":"com.example.newapp"...
Could the change in "package.json" become part of the build ?
ie overriding/replacing the "ids" in app.gradle and settings.json ?
Which platform(s) does your issue occur on?
Android
The text was updated successfully, but these errors were encountered: