Skip to content

Removed files are not sync correctly on android with @next version #2641

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

Closed
rosen-vladimirov opened this issue Mar 23, 2017 · 2 comments
Closed
Assignees
Milestone

Comments

@rosen-vladimirov
Copy link
Contributor

Tell us about the problem

During tns run android in case a file is removed from the application, it's not propagated to the device.

Which platform(s) does your issue occur on?

Android

Please provide the following version numbers that your issue occurs with:

  • CLI: @next
  • Cross-platform modules: 2.5.0
  • Runtime(s): tns-android 2.5.0
  • Plugin(s):

Please tell us how to recreate the issue in as much detail as possible.

On any project run tns run android and after that delete a file from app dir (for example the entry point of app). You'll notice that application is working fine on device, so the file is not removed.

@newgerstas
Copy link

Did someone solve the problem? I get this problem for tns 2.5.4 also.

@dtopuzov
Copy link
Contributor

It is solved in master branch, so it will be delivered officially with {N} CLI 3.0.0.

If you want to test it now, please use:
npm i -g nativescript@next or npm i -g nativescript@rc

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

No branches or pull requests

3 participants