-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Labels
Description
All I did was upgrade my "nativescript" command to 2.5 to do some testing; and when I was built\ a app with 2.4.2 of modules and a 2.4.1 runtime on android when it went to show the ErrorReportActivity screen (caused by a error I had in my code) it actually crashed out (no error screen) with this error:
E/AndroidRuntime(27611): FATAL EXCEPTION: main
E/AndroidRuntime(27611): Process: org.nativescript.demo, PID: 27611
E/AndroidRuntime(27611): java.lang.RuntimeException: Unable to start activity ComponentInfo{org.nati
vescript.demo/com.tns.ErrorReportActivity}: android.content.res.Resources$NotFoundException: File res/color/abc_primary_text_material_dark.xml from drawable resource ID #0x7f0c0056
E/AndroidRuntime(27611): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2395)
E/AndroidRuntime(27611): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2453)