-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Labels
Description
From @dragGH102 on January 12, 2016 21:32
I am working on an Nativescript project on Android.
I noticed that when using livesync new assets in App_Resources (e.g. an image used by res://image) are not loaded.
In fact I don't see anything in particular in the terminal but most important I even need to
- uninstall the app (otherwise it just skips installation)
- delete 'build' folder (otherwise nothing new is actually uploaded)
- re-build / livesync
to make it recognize the new assets.
Copied from original issue: NativeScript/NativeScript#1364