How to install javadoc for Android Compatibility Package?
How to generate custom javadoc for android 1.4 compatibility package? The reference docs are available online ( example ), but is there some place where I can get a zip with javadoc available offline? I suppose using the javadoc would be pretty simple, just a matter of setting the javadoc location for the compatibility jar. You can generate your javadoc offline on your own from the source code. Just navigate to your android sdk directory then do the following cd <path_to_android_sdk>/extras/android/compatibility/v4/ mkdir docs For Windows: javadoc -d docs -sourcepath src\java -subpackages