Skip to content Skip to sidebar Skip to footer

Libgdx My First Triangle Tutorial Not Working?

Following the My First Triangle tutorial from this link: My First Triangle the desktop version works perfectly fine, however when i deploy the android emulator version i get this e

Solution 1:

This tutorial is kind of outdated. Google decided to change the way dependencies are referenced, you need to go to your Android project's properties -> Java Build Path -> Order & Export tab, and make sure everything is exported (check the boxes).

I'd highly recommend reading this new article detailing the steps required to setup a libgdx project in Eclipse: http://code.google.com/p/libgdx/wiki/ProjectSetupNew?ts=1339344711&updated=ProjectSetupNew

Additionally i'd recommend going through the new developer guide wiki articles, here is the table of contents: http://code.google.com/p/libgdx/wiki/TableOfContents?tm=6

Post a Comment for "Libgdx My First Triangle Tutorial Not Working?"