resource error in android studio after update: No Resource Found

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

    compileSDK should match appCompat version. TargetSDK can still be 22 (e.g. in case you didn't update to the new permission model yet)

提交回复
热议问题