Android/Java Javadoc missing after updating Android SDK

后端 未结 5 1437
一生所求
一生所求 2021-02-19 21:05

After i recently installed the new Android SDK stuff, I no longer can view the Javadoc while editing my project\'s code. I get this message: Note: This element has no att

5条回答
  •  面向向阳花
    2021-02-19 21:17

    One more suggestion: With my installtion, changing the path did not work! Validating was ok, but after closing the project properties, it switched back to the old wrong path. (After installing the Android SDK, I moved it to another location; the wrong javadoc path was to that old location before moving. This probably caused my problem.)

    My solution now was: Opening the Eclipse preferences, go to Android, and there change the SDK Location path by "Browse" to the new location. I did type in the new location, but after browsing to it, the d:... changed to D:... -- and magically, after this, I could now change the javadoc path in the project settings and it remembers my choice. Even building new Projects now works like expected with the correct javadoc path right from the beginning.

提交回复
热议问题