On Windows XP, is there a way to:
- Find the packages being downloaded by Android SDK Manager,
- Create backup copies of the packages,
And then later, on a fresh install of Windows XP:
- Install Android SDK Manager,
- Copy the backup copies of the packages to the "correct" location,
- and install the packages?
Assuming you are using latest Android SDK r18-
The OS wouldn't matter, below steps would work for PC, Mac or Linux also.
- Download SDK for required platform.
- Install required packages, like API 8, Google APIs etc.
- Now after installing required packages you should see these folders in your SDK installation directory. (
platforms, extras, add-ons, system-images
)
- Just copy them to other system (zip first as these have thousands of files) where you need to have the packages installed. (Install SDK r18 beforehand, extract the zip or use .exe, but don't run SDK manager to update)
- Launch SDK Manager and it should detect the packages.
Alternatively copy complete SDK installation folder and copy it to other system, but it would only work on Windows to Windows and Linux to Linux or Mac to Mac.