安卓導入項目 styles.xml -v11 styles.xml -v14 styles.xml文件報錯

把三個文件中報錯的那一句改成

<style name="AppBaseTheme" parent="android:Theme.Light">

 

<style name="AppBaseTheme" parent="android:Theme.Holo.Light">

 

<style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">

 

在menu中的main.xml改成 

 



    <item
        android:id="@+id/action_settings"
        android:orderInCategory="100"
        android:title="@string/action_settings"
        android:showAsAction="never"/>

 

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章