본문 바로가기
Error

Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.

by pan5158 2023. 3. 7.

오류 발생

 

오류 원인

AndroidManifest.xml

 

android:theme 에서 themes.xml ->  <style name=""  parent=""></style> parent 값이 일치하는지 확인하기

 

themes.xml

 

해결 방법

 

android:theme 부분에서 Theme.AppCompat 바꿔주기