simon-heinen/droidar

NoClassDefFoundError

ThreeMarks opened this issue · 2 comments

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.

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

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