Skip to content

tns run android/ios does not remove folders correctly #2657

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
dtopuzov opened this issue Mar 26, 2017 · 3 comments
Closed

tns run android/ios does not remove folders correctly #2657

dtopuzov opened this issue Mar 26, 2017 · 3 comments

Comments

@dtopuzov
Copy link
Contributor

dtopuzov commented Mar 26, 2017

Which platform(s) does your issue occur on?

Android and iOS

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

  • CLI: 3.0.0-2017.3.24.5

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

tns create MyApp
code MyApp (open the app in VSCode)
tns run android --path MyApp
Create new folder, add some js file -> File is there.
Delete the folder -> file is removed, but folder is available on still on device

Notes:

How to files on device: adb shell run-as org.nativescript.MyApp ls /data/data/org.nativescript.MyApp/files/app/

I'm not able to break livesync or crash the app.
It is just some garbage that we do not clean.

@Plamen5kov
Copy link
Contributor

related: #2890 (comment)

@dtopuzov
Copy link
Contributor Author

dtopuzov commented Mar 8, 2018

Sill valid.
Tested with Api23 default emulator on macOS -> no issue.
Tested with the same Api23 default emulator on Linux and Windows -> The issue still exists.

@miroslavaivanova
Copy link
Contributor

This issue is fixed.

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

5 participants