resource error in android studio after update: No Resource Found

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

    if u are getting errors even after downloading newest SDK and Android Studio I am a newbie: What i did was 1. Download the recent SDK (i was ) 2.Open file-Project structure (ctrl+alt+shift+S) 3. In modules select app 4.In properties tab..change compile sdk version to api 23 Android 6.0 marshmallow(latest)

    make sure compile adk versionand buildtools are of same version(23)

    Hope it helps someone so that he wont suffer like i did for these couple of days.

提交回复
热议问题