android theme error 썸네일형 리스트형 [Android Error] This Activity already has an action bar supplied by the window decor. [Error] java.lang.IllegalStateException: This Activity already has an action bar supplied by the window decor. Do not request Window.FEATURE_SUPPORT_ACTION_BAR and set windowActionBar to false in your theme to use a Toolbar instead. 안드로이드 스튜디오에서 위와 같은 에러가 발생했다. 저 에러는 ActionBar가 있는 테마를 사용중인 프로젝트에서 툴바를 사용하려고 할 때 발생한다. 그러니까, 툴바를 사용하지 말던지, ActionBar를 사용하지 않는 테마를 설정해줘야 한다. 크게 두가지 방법이 있는데, 1. themes.x.. 더보기 [Android] You need to use a Theme.AppCompat theme (or descendant) with this activity [Error] 샘플 예제 그대로 테스트하다보면 아래와 같은 에러가 나올 때가 있습니다. You need to use a Theme.AppCompat theme (or descendant) with this activity 간단하게 해결할 수 있는 방법이에요. 매니페스트 파일에서 에 있는 theme 속성만 수정해주면 됩니다. 샘플 테스트에 있던 테마를 아래와 같이 Theme.AppCompat으로 수정해주면 완료 ! 더보기 이전 1 다음