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
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.