解決Android中No resource found that matches android:TextAppearance.Material.Widget.Button.Inverse問題
如果在剛夠構建Android Studio專案的時候,執行發現,出現沒找到資源的錯誤!找不到com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml
- /路徑/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml
- Error:Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
- Error:Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
這是API 23(Android 6.0)中的資原始檔,而檢視build.gradle,編譯的SDK只是為21,我們可以嘗試將compileSdkVersion設為23(如果sdk裡面沒有下載API 23的,則需要下載),問題解決!
如果不想下載API 23怎麼解決呢?降低appcompat的版本:將build.gradle裡面的dependencies對應的appcompat版本降低:
將compile 'com.android.support:appcompat-v7:23.0.1'的版本改為:'com.android.support:appcompat-v7:22.2.1'
如果想了解更多:http://stackoverflow.com/questions/32092511/resource-error-in-android-studio-after-update-no-resource-found
相關文章
- android sqlite3 not found 解決總結AndroidSQLite
- Android 解決Android的TextView和EditText換行問題AndroidTextView
- Android在Dialog中顯示PopupWindow不全問題解決Android
- 解決arcgis for android中feature不顯示的問題Android
- Android定時關機問題解決Android
- 解決nltk_data LookupError: Resource punkt not found.Error
- 解決eclipse中android專案關聯android library project失敗問題EclipseAndroidProject
- 解決Xamarin Android SDK Manager閃退問題Android
- 解決bash: mysql: command not found的問題MySql
- 解決Android打包com.android.build.api.transform.TransformException的問題AndroidUIAPIORMException
- android中The connection to adb is down,問題和解決Android
- Android許可權管理之RxPermission解決Android 6.0 適配問題Android
- Android 解決BottomSheetDialog 拖曳衝突問題Android
- Android studio更新到3.0後問題解決Android
- 解決 flutter module 中 .android 和 .ios 目錄不被覆蓋的問題FlutterAndroidiOS
- android中webView載入H5,JS不能呼叫問題的解決AndroidWebViewH5JS
- 解決Android studio中gradle依賴下載太慢的問題AndroidGradle
- Android開發過程中遇到的問題以及解決辦法 how toAndroid
- Android vitals 幫您解決應用質量問題Android
- Android應用安全常見問題及解決方案Android
- Android 解決Activity切換時出現白屏問題Android
- Android解決Activity切換時出現白屏問題Android
- 升級Android Studio到1.0.2的問題解決Android
- [轉]Android專案原始碼混淆問題解決方法Android原始碼
- 解決eclipse中出現Resource is out of sync with the file system問題Eclipse
- Android中handler問題彙總Android
- Android高德地圖定位SDK 返回資訊中只有經緯度問題解決Android地圖
- Android鎖屏黑屏後連續定位問題解決方案Android
- android 記一次解決鍵盤遮擋問題Android
- android記一次解決鍵盤遮擋問題Android
- Android SELinux avc dennied許可權問題解決方法AndroidLinux
- Android之批量載入圖片OOM問題解決方案AndroidOOM
- android問題Android
- springboot專案解決 No beans of 'UserDao' type found 問題Spring BootBean
- mysqld: File './binlog.~rec~' not found 問題解決處理MySql
- Android自定義View:No resource identifier found for attribute ‘XXX’ in package ‘XXX‘AndroidViewIDEPackage
- 使用Android Studio 遇到的坑爹問題及解決方法(持續更新中)Android
- 13.Android之註解問題Android