Rubycon
Rubycon

Reputation: 18346

Android SDK Tools: Not compatible with Other

Just download latest Android SDK version from Android developers site, run ./android tool (i use Mac OS X 10.7.5) and i got next error:

Android SDK Tools: Not compatible with Other

http://qblx.co/ZCrpcI

So, what does it mean? What is wrong?

Upvotes: 1

Views: 205

Answers (2)

Rubycon
Rubycon

Reputation: 18346

I resolved this issue, it was Java 1.7 preferences, just removed Java 1.7, here are 2 links about this issue:

http://dhruba.name/2012/08/20/adding-a-jdk-and-sources-to-eclipse-on-a-mac/ http://emmanuelbernard.com/blog/2012/10/31/no-more-java-preferences-for-you/

Upvotes: 1

Snicolas
Snicolas

Reputation: 38168

Never saw that. Better uninstall and reinstall everything. Clean up (rm -rf) the android sdk folder and reinstall.

Upvotes: 1

Related Questions