Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using --symlink for android runtime is modifying the original one. #1080

Closed
rosen-vladimirov opened this issue Oct 19, 2015 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@rosen-vladimirov
Copy link
Contributor

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:

  1. tns create app1
  2. cd app1
  3. tns platform add android --frameworkPath <path to framework dir> --symlink
  4. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants