Sorry for being impatient, but I can't find the offline docs for android. Can someone provide a link ?
Thanks in advance :)
|
|
||||
|
|
closed as not constructive by Will♦ May 3 at 16:28
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
If you install the SDK, the offline documentation can be found in |
|||||||||
|
|
here is direct link for api 17 documentation. Just extract at under docs folder. Hope it helps. https://dl-ssl.google.com/android/repository/docs-17_r02.zip (129 MB) |
||||
|
|
|
This thread is a little old, and I am brand new to this, but I think I found the preferred solution. First, I assume that you are using Eclipse and the Android ADT plugin. In Eclipse, choose Window/Android SDK Manager. In the display, expand the entry for the MOST RECENT PLATFORM, even if that is not the platform that your are developing for. As of Jan 2012, it is "Android 4.0.3 (API 15)". When expanded, the first entry is "Documentation for Android SDK" Click the checkbox next to it, and then click the "Install" button. When done, you should have a new directory in your "android-sdks" called "doc". Look for "offline.html" in there. Since this is packaged with the most recent version, it will document the most recent platform, but it should also show the APIs for previous versions. |
||||
|
|
I found this very helpful: All the javadocs for all versions of Android. |
||||
|
|
|
First of All you should download the Android SDK.
Download here: Then, as stated in the SDK README:
|
|||||
|
|
Write the following in linux terminal:
|
||||
|
|
|
please download link: https://dl-ssl.google.com/android/repository/docs-17_r02.zip then extract into your drive. in your eclipse: at press edit in right:
select "docs/reference/" in archive extracted folder press enjoy the offline javadoc... |
||||
|
|
|
Here you can find the online API |
|||||
|
|
If you use Android SDK Manager in Eclipse and you already installed the older version of the offline API documentation, then you will have to delete the old one first before you will be able to install the newer API documentation. |
|||
|
|

