In sdk/build-tools folder i have
22.0.1
24.0.0
24.0.1
25.0.1
26.0.0
I have imported a project which has gradle:2.2.2 Error is Failed to build tools revision 23.0.3 How can i resolve this issue without installing build tools 23.0.3
In sdk/build-tools folder i have
22.0.1
24.0.0
24.0.1
25.0.1
26.0.0
I have imported a project which has gradle:2.2.2 Error is Failed to build tools revision 23.0.3 How can i resolve this issue without installing build tools 23.0.3
Edit the build.gradle app file and change the buildToolsVersion
to the version you have
Now synchronize your project click here for picture help