3

I am using libgdx with android studio ,, it's working fine ,, but there is a project when i try to import it ,, i get this error

Error:Failed to find Build Tools revision 22.0.1

maysara
  • 5,873
  • 2
  • 23
  • 34

2 Answers2

2

You can try to open SDK Manager and install the SDK build-tool version 22.0.1

enter image description here

xxx
  • 3,315
  • 5
  • 21
  • 40
0

Look in the SDK Manager what is your highest Android SDK Build-tools version, and copy this version number in your project "build.gradle" file in the android/buildToolsversion property

Charuක
  • 12,953
  • 5
  • 50
  • 88