[android] No resource found that matches the given name 'Theme.AppCompat.Light'
生活随笔
收集整理的這篇文章主要介紹了
[android] No resource found that matches the given name 'Theme.AppCompat.Light'
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
? ? 在整合android過(guò)程中導(dǎo)入別人的項(xiàng)目出現(xiàn)下面的錯(cuò)誤:
? ? ? ??<style name="AppBaseTheme" parent="Theme.AppCompat.Light">
? ? ? ? error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
? ? 通過(guò)stackoverflow查到其解決方法,如下:
? ??1.File->Import (android-sdk\extras\android\support\v7). Choose "appcompat"
? ??在"文件"中導(dǎo)入sdk路徑extras\android\support\v7中的appcompat文件夾.如下圖所示:
? ?2.Project-> properties->Android.? In? the? section library "Add" and choose "appCompat"?
? ? 此時(shí)問(wèn)題即可解決,能正確運(yùn)行.
? ? 問(wèn)什么會(huì)出現(xiàn)這個(gè)問(wèn)題呢?這是我整合“隨時(shí)拍”項(xiàng)目其他人的代碼,他的版本比我的低,新的eclipse默認(rèn)模版主題UI需要使用比較高版本api,如果需要支持低版本,需要導(dǎo)入appCompact庫(kù)來(lái)支持.希望文章能解決大家的bug.
? (By:Eastmount 2014-12-3 晚上10點(diǎn)?http://blog.csdn.net/eastmount/)
? ? 參考資料:
? ? stackoverflow答案
? ??http://blog.csdn.net/huiguixian/article/details/41210895?
? ? ? ??<style name="AppBaseTheme" parent="Theme.AppCompat.Light">
? ? ? ? error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
? ? 通過(guò)stackoverflow查到其解決方法,如下:
? ??1.File->Import (android-sdk\extras\android\support\v7). Choose "appcompat"
? ??在"文件"中導(dǎo)入sdk路徑extras\android\support\v7中的appcompat文件夾.如下圖所示:
? ?2.Project-> properties->Android.? In? the? section library "Add" and choose "appCompat"?
? ? 此時(shí)問(wèn)題即可解決,能正確運(yùn)行.
? ? 問(wèn)什么會(huì)出現(xiàn)這個(gè)問(wèn)題呢?這是我整合“隨時(shí)拍”項(xiàng)目其他人的代碼,他的版本比我的低,新的eclipse默認(rèn)模版主題UI需要使用比較高版本api,如果需要支持低版本,需要導(dǎo)入appCompact庫(kù)來(lái)支持.希望文章能解決大家的bug.
? (By:Eastmount 2014-12-3 晚上10點(diǎn)?http://blog.csdn.net/eastmount/)
? ? 參考資料:
? ? stackoverflow答案
? ??http://blog.csdn.net/huiguixian/article/details/41210895?
總結(jié)
以上是生活随笔為你收集整理的[android] No resource found that matches the given name 'Theme.AppCompat.Light'的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 要想提高工作效率,请拒绝做这7种事
- 下一篇: [Android] AlertDialo