Reputation: 1285
after ng new --collection=@nativescript/schematics project-name --share
ng serve working fine for web but for android mobile its failing with below error.
on tns run andorid --bundle
getting below error.
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)
Upvotes: 0
Views: 34
Reputation: 1285
Thanks to tns doctor
issue with android sdk older version is resolved now.
Upvotes: 1