I'm trying to use the Reddit API wrapper 'jReddit' in my android project in Eclipse, and I have added the dependency to my pom for Maven:
When I run maven and get the jars they are brought into my build path:
My order/exports section (if that helps)
But in my project explorer the jar files are stored outside of the 'lib' folder:
So, I'm assuming, that is why my app crashes with the NoClassDefFoundError exception:
Even though no warnings or errors are displayed prior to compilation. Does anyone know how to solve this? Any help is much appreciated.