Tuesday 20 March 2012

How to downgrade Android SDK

If you want to downgrade Android SDK Tools to a previous version,

it's possible following these steps:

Find your Android SDK folder

Locate the "tools" subfolder and rename it to "toolsbak" (just to keep a backup copy of the original tools folder)

Download from google repository the SDK Tool version

you want to downgrade to (in this case it was: http://dl-ssl.google.com/android/repository/tools_r10-windows.zip) and unzip it.

The ZIP file you downloaded contains a tools folder that has to be moved to your Android SDK folder.

No comments:

Post a Comment

Android SQLite Database Viewer or Debuging with Stetho

Every Android Developer uses SQLite Database to store data into the Android Application data. But to view the data in SQLite have a lot of...