Skip to content Skip to sidebar Skip to footer

"You Need To Use A Theme.AppCompat Theme (or Descendant) With This Activity" When Using AppCompat Theme

I have a very strange problem with my app. After updating to the newest versions of Support libraries I get this error: java.lang.RuntimeException: Unable to start activity Compone

Solution 1:

I have same problem when I've migrate to androidx. I've solve this by simply updating from

implementation 'androidx.appcompat:appcompat:1.0.0'

to

implementation 'androidx.appcompat:appcompat:1.0.2'

Post a Comment for ""You Need To Use A Theme.AppCompat Theme (or Descendant) With This Activity" When Using AppCompat Theme"