resource error in android studio after update: No Resource Found

后端 未结 14 1316
别跟我提以往
别跟我提以往 2020-12-23 09:13

After a recent update to Android Studio, we\'re having problems getting a project to compile that previously worked. At first we were getting the following error:

         


        
14条回答
  •  情深已故
    2020-12-23 09:38

    if you have :

    /Users/james/Development/AndroidProjects/myapp/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.0/res/values-v23/values-v23.xml
    Error:(2) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
    Error:(2) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
    

    error , you must change your appcompat , buildtools , sdk to 23 but , if you don't like to change it and must be in 22 do this :

    • compile 23
    • target 22

提交回复
热议问题