Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to get the required ADT version number from the SDK

I got an error in eclipse after upgrading Android studio to 2.3 and SDK Tools for it.

when opening eclipse I got the following message:

Screenshot

I've tried many solutions like removing adt, but no fix also trying to copy traceview.bat but no fix.

what is the solution for this?

Thanks

like image 267
Jonec. Avatar asked Mar 21 '17 02:03

Jonec.


1 Answers

Android SDK Tools Revision 25.3.0 removes obsolete/deprecated tools, see Release Notes

So probably you will need to use another SDK or try to return removed tools.

You can download older SDK (probably 25.2.5) like this

For windows http://dl-ssl.google.com/android/repository/tools_r[rev]-windows.zip
For Linux http://dl-ssl.google.com/android/repository/tools_r[rev]-linux.zip
For Mac http://dl-ssl.google.com/android/repository/tools_r[rev]-macosx.zip

like image 154
John Avatar answered Sep 25 '22 22:09

John