tags:

views:

40

answers:

2

Revision 7 broke my build. I need SDK tools revision 6 for Mac OS.

Revision 6 is listed here, http://developer.android.com/sdk/tools-notes.html But, I didn't find anywhere to download it. Anyone know? Thanks.

+1  A: 

You should probably try to fix you project and make it build with the new version. But if you insist on using the older version here it is.

You can't find it using their website, but you can always replace 7 with 6 and hope that the file is still there :)

Nikola Smiljanić
Do you have MAC OS version?
Kai
Sorry but it seems that only the windows version is accessible in this way.
Nikola Smiljanić
A: 

I'm using eclipse and also just updated to SDK tools revision 7. In a quick test, everything worked as expected. Maybe you should try and uninstall/reinstall the SDK tools? Or maybe you could give more information on what exactly broke with revision 7 so that the problem can be solved this way?

delirium