simon-heinen / droidar

DroidAR Mobile Locationbased Augmented Reality Framework for Android
GNU General Public License v3.0
225 stars 275 forks source link

NoClassDefFoundError #12

Closed ThreeMarks closed 10 years ago

ThreeMarks commented 10 years ago

I've managed to build and run the droidar as an executable to my device.

However, after trying to use the droidar project as a library in a custom android project, I receive a NoClassDefFound error. I've tried a number of possible fixes after searching the web, but it's still not working.

ghost commented 10 years ago

can you post the concrete error from the log cat that would help :)

ThreeMarks commented 10 years ago

Turns out, I'd forgotten to add the DroidAr project as a library to my Demo Project.