Android SDK Full Javdocs with Maven in Eclipse
问题 I have an Android Maven project using maven-eclipse-plugin and android-maven-plugin. Since it grabs the jars and javadocs from Maven Central (which are stubbed), I would like to instead link back to the javadocs in the Android SDK folder. I have tried two things Packaging the $ANDROID_HOME/docs/reference folder into a Jar, and then manually installing that as the Javadocs for Android 2.2.1 in Maven using mvn install:install-file . Manually defining the javadoc location of the android-2.2.1