Including a Jar in Android App

romio8271

New Member
I want to include a jar into my Android package.Unfortunately, I can't get it to work. I followed several explanations, such as this one, but I still get \[code\]NoClassDefFoundError\[/code\]s.Most answers seem to be outdated. How do I solve this issue using the current Eclipse, ADT and Android versions? Adding them to the Java Build Path like in plain Java projects didn't help.All help appreciated.What I have tried
  • Putting them into a folder and including into the project [Screenshot]
 
Back
Top