-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Terms
- I have searched all open bug reports
- I agree to follow Scribe-Android's Code of Conduct
Behavior
when trying to launch the app on api 30 it crashes at startup
Process: be.scri.debug, PID: 11099
java.lang.RuntimeException: Unable to start activity ComponentInfo{be.scri.debug/be.scri.activities.SplashActivity}: java.lang.UnsupportedOperationException: Can't convert value at index 1 to color: type=0x1
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3449)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3601)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2066)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7656)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
Caused by: java.lang.UnsupportedOperationException: Can't convert value at index 1 to color: type=0x1
at android.content.res.TypedArray.getColor(TypedArray.java:533)
at android.app.Activity.onApplyThemeResource(Activity.java:5104)
at android.view.ContextThemeWrapper.initializeTheme(ContextThemeWrapper.java:216)
at android.view.ContextThemeWrapper.setTheme(ContextThemeWrapper.java:147)
at android.app.Activity.setTheme(Activity.java:5082)
at androidx.appcompat.app.AppCompatActivity.setTheme(AppCompatActivity.java:146)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3415)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3601)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2066)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7656)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
Device type
Pixel 9 pro api 30
Versions
latest
andrewtavis
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
Done