Android Developer Documentation: download?

android, documentation

Solution

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`.

Problem

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 Developer documents to my machine and browse it locally? This would include the documents for all of the various classes and other things.

Original source

Related problems