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
If I have livesync enabled and change any of the xml styles it crashes with
ENOENT, stat 'c:\Dropbox\Projects\Leap\OutbreakHelp\Mobile\Native\OutbreakHelp\platforms\android\src\main\assets\app\App_Resources\Android\values-v21\colors.xml'
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @sitefinitysteve
It looks like changing anything inside app/AppResources/<platformName> is causing such ENOENT errors as we are searching for the files from AppResources on incorrect place.
Steps to reproduce:
Create new project (tns create app1)
Add platform, for example Android (tns platform add android)
Add testFile.xml inside app/AppResources/Android/
Deploy your application on the device (tns run android)
If I have livesync enabled and change any of the xml styles it crashes with
ENOENT, stat 'c:\Dropbox\Projects\Leap\OutbreakHelp\Mobile\Native\OutbreakHelp\platforms\android\src\main\assets\app\App_Resources\Android\values-v21\colors.xml'
The text was updated successfully, but these errors were encountered: