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
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.
The text was updated successfully, but these errors were encountered:
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:
@next
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 fromapp
dir (for example the entry point of app). You'll notice that application is working fine on device, so the file is not removed.The text was updated successfully, but these errors were encountered: