Hi, I'm experiencing a similar problem. I only get the issue when I use methods/classes imported from the Droid-Fu library (which is also a jar).
When I try the -classpath option as Christophe describes, Eclipse gives me: "javadoc: error - The -classpath option may be specified no more than once." in the console window. I'm using eclipse Galileo and building against Android 1.5 Any help is greatly appreciated, thank you :) On Feb 9, 12:56 am, Christophe <[email protected]> wrote: > Hello, > > I'm generating it with Eclipse Ganimede (3.4.2) ; thanks for this > tip : my Javadoc generation is now successfull. > > I just added this in the "Generate Javadoc.../Extra Javadoc options" > Eclipse dialog box : > -classpath "C:\Program Files\android-sdk-windows\platforms > \android-2.0.1\android.jar" > > Regards. > > On 8 fév, 15:42, "Fred Grott(Android Expert,http://mobilebytes.wordpess.com)" > > <[email protected]> wrote: > > How exactly are you generating the javadoc? The errors indicate that > > the launcher of javadoc is not seeing the android.jar lib > > > On Feb 8, 2:47 am, Christophe <[email protected]> wrote: > > > > Hello, > > > > Would anyone know how to configure an ADT Eclipse project to > > > successfully generate the Javadoc on it ? > > > > Here are my errors when I attempt to run "Generate Javadoc..." on any > > > Android ADT project : > > > > Constructing Javadoc information... > > > package android.graphics.drawable does not exist > > > import android.graphics.drawable.Drawable; > > > package android.util does not exist > > > import android.util.Log; > > > package android.view does not exist > > > import android.view.View; > > > package android.widget does not exist > > > import android.widget.Button; > > > ... > > > > With thanks, > > > > Regards. -- You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en.
