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
When we use --frameworkPath <path to android framework> --symlink, the original Android runtime is modified by CLI. For example AndroidManifest.xml is modified, same is valid for res directory.
Steps to reproduce:
tns create app1
cd app1
tns platform add android --frameworkPath <path to framework dir> --symlink
tns build android
Now navigate to the specified framework path and check the AndroidManifest.xml in it - it's not the original one, instead it's the one from your project.
This way every subsequent project will have this AndroidManifest.xml.
The text was updated successfully, but these errors were encountered:
When we use
--frameworkPath <path to android framework> --symlink
, the original Android runtime is modified by CLI. For example AndroidManifest.xml is modified, same is valid forres
directory.Steps to reproduce:
tns create app1
cd app1
tns platform add android --frameworkPath <path to framework dir> --symlink
tns build android
Now navigate to the specified framework path and check the AndroidManifest.xml in it - it's not the original one, instead it's the one from your project.
This way every subsequent project will have this AndroidManifest.xml.
The text was updated successfully, but these errors were encountered: