반응형 android:theme1 [Android]You need to use a Theme.AppCompat theme (or descendant) with this activity "You need to use a Theme.AppCompat theme (or descendant) with this activity" 메시지를 Activity 를 AppCompatActivity 로 변경시 발생하는 에러이다.한마디로 해당 액티비티의 테마를 맞춰 주어야 한다는 이야기 인데 AndroidManifest.xml 내의 테마선언을 android:theme="@style/Theme.AppCompat.Light" 로 변경하면 에러를 해결할 수 있다. Android 2019. 3. 17. 이전 1 다음 반응형