개발지식창고/Tip&IT용어
[Android] Android Studio 새 프로젝트 생성시 오류
모과이IT
2015. 12. 15. 13:45
<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 파일을 수정해 준다.