Skip to content

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

Closed
@dtopuzov

Description

@dtopuzov

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions