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.
