java - Javadoc generation for Android -
i trying generate documentation android project javadoc. problem javadoc isn't able find android package. error same this one. if trying first solution says:
javadoc: error - -classpath alternative may specified no more once.
what doing wrong?
furthermore, tried this solution, dont know have @ lastly step.
i've found can add together multiple paths -classpath separating them semi-colons , enclosing whole in quotes (in case of spaces in paths)
-classpath ".;c:\full\path\to\another\codebase\java;c:\path\to\android.jar"
java android eclipse classpath javadoc
No comments:
Post a Comment