Development Artist

[Android Studio, Issue] You need to use a Theme.AppCompat theme with this activity 본문

TroubleShooting/Android Issue

[Android Studio, Issue] You need to use a Theme.AppCompat theme with this activity

JMcunst 2021. 5. 11. 23:30
728x90
반응형

이슈

1. Virtual Deivce 실행 시 다음과 같은 문제점 발생


해결

방법 1. 파란색 문제의 파일에서 Extends를 AppCompatActivity를 Activity로 바꿔준다. (ActionBarActivity도 마찬가지로) 

방법 2. Manifest.xml 파일에서 해당 activity에서 android:theme="@style/Theme.AppCompat"으로 써준다.

728x90
반응형
Comments