Clean Blank Android App fails to build - 'failed to find Build Tools revision 23.0.0 rc1'

后端 未结 3 1961
花落未央
花落未央 2020-12-31 18:27

New to Android, Tried to build a clean \'Blank App\' android project.

I get the below error, which is confusing because I have version 24 installed using the SDK ma

3条回答
  •  情深已故
    2020-12-31 19:08

    Open the SDK Manager and find the version of the Android SDK Build-tools which is installed and that you want to use. Then go to Gradle Scripts > build.gradle (Module: app). Set the buildToolsVersion to your version.

    Edit: There is an easier solution. Right click on the project > Open Module Settings. Choose the Complie Sdk Version and Build Tools Version you want to use.

提交回复
热议问题