I’ve created an Android application from Windows command line (not using Eclipse), how do I add a JAR file and make it part of my application? I’ve copied the JAR I created to the lib folder.
I’ve created an Android application from Windows command line (not using Eclipse), how do
Share
You need to use the dx utility described at:
http://developer.android.com/guide/developing/tools/othertools.html#dx
This blog post should give you something to work from:
http://www.winksaville.com/blog/uncategorized/android-use-dx-to-convert-a-jar-file-to-a-dex-file/