You need to use a Theme.AppCompat theme (or descendant) with this activity.
See original GitHub issueAppium v1.10.0 MacOs version : 10.14.2 (18C54) Node.js 11.6.0 Mobile platform/version under test: Android 7 Genymotion X86/ real device Appium java client : 7.0.0 android app with dagger/rx
[Espresso] [Instrumentation][STDOUT] java.lang.RuntimeException: Unable to start activity ComponentInfo{com.package.ecrew.dev/com.package.aea.auth.ui.splash.SplashScreenActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
You need to use a Theme.AppCompat theme (or descendant ...
The general rule is that if you want your code to support older versions of Android, it should have the AppCompat theme and...
Read more >How I resolved the “You need to use a Theme.AppCompat ...
AppCompat theme (or descendant) with this activity ” Issue. So I just created a new android project to play around with firebase tools...
Read more >Need to use a Theme.AppCompat theme (or descendant) with ...
Need to use a Theme.AppCompat theme (or descendant) with this activity??? Hello guys, so I'm working on the "Generating 9-Patch Images" ...
Read more >You need to use a Theme.AppCompat theme (or ... - GitHub
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.serenegiant.usbcameratest/com.serenegiant.usbcameratest.
Read more >You need to use a Theme.AppCompat theme ... - Google Groups
You need to use a Theme.AppCompat theme (or descendant) with this activity. 1723 views.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m currently running into this as well. Our app is all using AppCompat based themes. At least in our case we think it’s coming from the Spotify SDK. The Spotify login activities use
@android:style/Theme.Translucent.NoTitleBar
, which is not a derivative ofTheme.AppCompat
.https://spotify.github.io/android-sdk/auth-lib/docs/com/spotify/sdk/android/authentication/AuthenticationClient.html
We seem a bit stuck on our end as far as using the Espresso driver.
any solution? I am facing same issue in Appium: 1.17.0-beta.1