Javadoc in Eclipse failing to recognize packages

前端 未结 8 1517
傲寒
傲寒 2020-11-27 15:23

Thanks to this thread, I was able to get Javadoc links to work for my Android project within Eclipse on Windows. Specifically, \"{@link android.widget.Toast}\" is currently

8条回答
  •  没有蜡笔的小新
    2020-11-27 15:56

    This workaround in eclipse worked for me:

    1. Go to Project=>Properties and select "Java Build Path"
    2. Select "Order and Export" tab
    3. Move "android 2.x.x" and "Android Dependencies" to the top of the list

提交回复
热议问题