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
tns create TestApp
tns prepare android --path TestApp -> everything is ok
edit some file, for example TestApp/app/main-view-model.js (repalace 42 with 50).
tns prepare android --path TestApp -> platform specific files are there.
Files like <modules folder>/application/application.android.js and <modules folder>/application/application.ios.js are not processed.