I just noticed that a new version of the Android Development Toolkit was released.
I also noticed that it dropped support for Eclipse version 3.4 which is what I develop on using Pulse to get my plugins. The update site no longer hosts the older version that did support eclipse 3.4 and below. This means I can no longer use my older version since the metadata was deleted.
Would it be possible to get an update site that supports the older Android Plugin so I can continue usin开发者_如何学Cg eclipse 3.4 as mandated by my employer?
Cheers
RayYou can get the older ADT plugins OK, but not the older SDKs. It's not publicised but there are links which work,For example
http://dl.google.com/android/ADT-9.0.0.zip
Versions 10.0.0, 8.0.1, 8.0.0 etc are all available in zip files (just change the URL to the appropriate version number). They're all listed on this page ADT Plugin for Eclipse
精彩评论