resource error in android studio after update: No Resource Found

后端 未结 14 1289
别跟我提以往
别跟我提以往 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:17

    Method 1: It is showing.you did not install Api 23. So please install API 23.

    Method 2:

    Change the appcompat version in your build.gradle file back to 22.0.1 (or less).

提交回复
热议问题