после ng new --collection=@nativescript/schematics project-name --share
ng отлично работает для веб-сайтов, но для мобильных устройств Android происходит сбой с ошибкой ниже.
на tns run andorid --bundle
получается ошибка ниже.
Successfully synced application org.nativescript.mmapp on device emulator-5554.
JS: Angular is running in the development mode. Call enableProdMode() to enable the production mode.
System.err: android.content.res.Resources$NotFoundException: Resource ID #0xfffffff6
System.err: at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:190)
System.err: at android.content.res.Resources.loadXmlResourceParser(Resources.java:2101)
System.err: at android.content.res.Resources.getAnimation(Resources.java:1139)
System.err: at android.view.animation.AnimationUtils.loadAnimation(AnimationUtils.java:107)
System.err: at android.support.v4.app.FragmentManagerImpl.loadAnimation(FragmentManager.java:1102)