resource error in android studio after update: No Resource Found

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

    I noticed I didn't have sdk 23 installed. So I first installed it then re-built my project. And it worked fine. Also compilesdkVersion should be 23

提交回复
热议问题