android error :
You need to use a Theme.AppCompat theme (or descendant) with this activity
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar">
<item name="windowActionBar">true</item>
<!-- Customize your theme here. -->
</style>
</resources>
'개발 > Android' 카테고리의 다른 글
android studio compile error (0) | 2015.12.08 |
---|---|
/gen already exists but is not a source folder (0) | 2013.07.06 |
android 주소록의 전화번호를 가져와 봅시다 (1) | 2011.04.22 |