Could not find class XXX referenced from method XXX.

前端 未结 3 883
失恋的感觉
失恋的感觉 2020-12-06 09:09

I\'m working on a libGDX project and I have a class called CheerVArachnids that has another inline class which is an event listener. When I run this project on the desktop i

3条回答
  •  猫巷女王i
    2020-12-06 09:46

    Since some ADT-Version you have to set which libraries / projects should be exported too.

    Project-Propiertes -> Java Build Path -> Order and Export -> Check your Sources and other Libraries you are using.

    Do these Export-Settings for your Core- and Android-Project.

    Then it should work fine on Android.

提交回复
热议问题