WAI
Status Update
Comments
al...@google.com <al...@google.com>
ca...@google.com <ca...@google.com> #2
Hey OP, have you tried Embedded Layout Inspector? you can try it in Iguana Canary. Please give it a try and let us know if you still have this issue.
eu...@gmail.com <eu...@gmail.com> #3
Right. My bad. Thanks.
Description
Version used: 1.0.0-alpha01
Devices/Android versions reproduced on: Android 12.0 (Google Play) emulator
As per this guide I am trying to migrate my app to the new SplashScreen API using core-splashscreen library:
It suggests to inherit Theme.SplashScreen but that theme is not a descendant of the Theme.AppCompat which AppCompatActivity requires. Thus I get a crash on startup "java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity."
Please add support for Theme.AppCompat in the library.