I've been looking around the internet for hours now on how to solve this issue. There are many people who posted this on StackOverflow and many other websites but none of the solutions worked for me. I think that many of them are outdated.
Here is what I've tried:
libs/
and letting the project automatically handle them (Add them as a reference, convert with Dalvik, etc)assets/
folderlibs/
folder and adding them as internal jars in Build Path settingsbin/
-->Cleaning-->Rebuilding
...And much moreI'm guessing my issue is when I am deploying my app, the jars aren't being packaged in the apk like they are supposed to. I am using many different jars. I'm trying to use jReddit and it has A LOT of dependencies.
P.S. Also, there are several solutions that I tried but I didn't mention because when I went to run the program, they caused a Dex Loader
error. I also tried many things to remove this problem as well but then it caused the NoClassDefFound error all over again.
Edit: Just wanted to mention that I am using Eclipse.
The solution was switching to another IDE. Eclipse is no longer supported by Google for android development and this is probably why I was having this issue. I switched to Android Studio and it worked. Thanks joaquin!