摘要:Java Android Eclipse - Eclipse error: NoClassDefFoundError: java/lang/ref/FinalReference
從網路上找到這個問題的解法
Eclipse error: NoClassDefFoundError: java/lang/ref/FinalReference
更改設定如下
- Find Running configurations -> java application
- In the new configuration's Classpath tab, find "Android Library" under Bootstrap Entries and remove it.
- Still in the Classpath tab, select Bootstrap Entries and click the Advanced button.
- Choose Add Library and click OK.
- Select JRE System Library and click Next.
- Select Workspace Default JRE and click Finish.