Has anyone figured/found out how Android libraries are intended to work in Android studio?
I have not been able to find any documentation on this yet (the documentat
At the minute you need to configure your build.gradle file to use jars with Android Studio or you end up with the dreaded NoClassDefException at runtime. See my answer here for some tips on getting jar libs working. You can also define Maven dependencies straight into that build.gradle which is very handy.