I’m trying to import a non-android project into my android-project in eclipse. I’ve tried everything, but nothing works.
I’ve added the project into my classpath -> noclassdeffounderror
I’ve created a .jar from my non-android project and moved it into “libs” -> same error
I’ve tried to “import an external jar” -> same error
I’ve searched the whole internet for getting this done, but I don’t know, why I’m still getting this Exception by runtime.
Hope anyone has a good idea 🙁
Go into the project’s Properties, select Java Build Path, select the Order and Export tab, and check the box next to the
JARfile you’re including.