Reputation: 857
I'm trying to install LibGDX on my mac. It asks for a reference to the android SDK which I downloaded from here: http://developer.android.com/sdk/installing/index.html?pkg=tools
But when I link to that directory, I get this error:
What do I do?
Upvotes: 0
Views: 407
Reputation: 13581
It means that you have not the necessary verision and just need to update it. Open SDK manager (it should be in you SDK directory or you should be able to launch it from eclipse/android studio I guess) and you will see:
check it and download - it will resolve the problem (you can also update SDK Tools).
Upvotes: 4