I’m trying to add external JAR file to eclipse android project.
JAR package have config.xml and resources/ folder – where to add them? Because I`m getting error:
System.out Error: Could'nt load configuration file ./config.xml
I’ve tried to copy resources and config.xml to assets/ folder – but it did`nt help.
In android way is
But the main thing while adding external jar,remember it should be in same folder as it is project