<resources>

<!-- Base application theme. -->
<style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar">
<!-- Customize your theme here. -->

</style>

</resources>



[오류]

Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.


위의 오류를 위의 스크린샷 처럼 styles.xml 파일을 수정해 준다.

Posted by 모과이IT
,