Android

[Android]You need to use a Theme.AppCompat theme (or descendant) with this activity

클레인 2019. 3. 17.
반응형

"You need to use a Theme.AppCompat theme (or descendant) with this activity" 메시지를 Activity 를 AppCompatActivity 로 변경시 발생하는 에러이다.

한마디로 해당 액티비티의 테마를 맞춰 주어야 한다는 이야기 인데 

AndroidManifest.xml 내의 테마선언을 android:theme="@style/Theme.AppCompat.Light" 로 변경하면 에러를 해결할 수 있다.


반응형

댓글