Skip to content
Makman2 edited this page Oct 2, 2015 · 3 revisions

If you need to compile JavaDoc from source in Android Studio, go to Tools->Generate Javadoc..., enter a target directory and go ahead!

IMPORTANT:

You need to adjust Other command line arguments with:

-bootclasspath /<PATH-TO-YOUR-SDK>/platforms/android-xx/android.jar

And this is the first compiled documentation (including private field documentation)!

https://www.dropbox.com/s/qkpigttzyimhvqu/MP-javadoc.zip?dl=0

Download it and open index.html. Have fun to rummage in there!

Clone this wiki locally