Skip to content Skip to sidebar Skip to footer

Android Developer Documentation: Download?

I'm on a slow network connection and it's painful to use the documentation at https://developer.android.com/guide/components/index.html. Can I download the entire Android Develope

Solution 1:

Yes you can.

Open SDK Manager (located in android_sdk_dir/SDK Manager.exe).

In the latest API (4.2) select Documentation for Android SDK.

Once downloaded, you can find the documentation in android_sdk_dir/docs.

Solution 2:

Can I download the entire Android Developer documents to my machine and browse it locally?

In the SDK Manager simply select "Documentation for Android SDK" for a recent API.

Solution 3:

You can get it under $ANDROID_SDK/docs/. If it is not already there download it via the "Documentation for Android SDK" option.

Alternatively you can download the source tree and link it up with your IDE.

Post a Comment for "Android Developer Documentation: Download?"