[Android][Error 해결] you need to use a theme.appcompat theme (or descendant) with this activity. 해결
android api v11 부터는 action bar 를 지원하지만 그 이전 버전에서 사용하기 위해서 v7-appcompat 을 사용해야 한다.
v7-appcompat을 사용했을 때
you need to use a theme.appcompat theme (or descendant) with this activity. 이와 같이 Theme.AppCompat 을 사용하지 않아서라고 나오는 에러를 볼 수 있다. 이때 아래와 같이 Theme를 설정하면 된다. (17번 줄만 추가) res / values / styles.xml
댓글 없음:
댓글 쓰기