1

I am using Netbeans 7.0.1 and am trying to develop an android app.

After reading this with no avail:
How to add javadoc for android to Netbeans

My question is about my javadoc location.

I am taking them from:
android-sdk-windows\platforms\android-10\docs\reference\
and putting them in:
android-sdk-windows\docs folder.

I tried with and without the refrence folder.

I am always getting that I don't have javadoc: JavaDoc Missing

If I press right click on the GoogleAPI located in the project library I can see that the words Show JavaDoc are grayed out:
grayed out

Is this correct? If not what am I doing wrong?

Thanks

Community
  • 1
  • 1
Randall Flagg
  • 4,834
  • 9
  • 33
  • 45

1 Answers1

0

The grayed out is still grayed out but I have javadoc now.
What I did was install the documantation that comes with API15 and not putting them manually.
That solved my problem.

Randall Flagg
  • 4,834
  • 9
  • 33
  • 45