Reputation: 89
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:
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
Upvotes: 8
Views: 13863
Reputation: 1314
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
Upvotes: 13