개발/Android

You need to use a Theme.AppCompat theme (or descendant) with this activity

xwing 2014. 8. 24. 12:37

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>