So I am fairly new to Java, and I am trying to add this library to my project. The problem is that Android studio 0.3.6 doesn\'t have a simple way of doing that and all the
Using Android Studio 0.8.2, I had to do the following (supposing the library you're trying to add is called MyExternalLib):
compile project('libs:MyExternalLib')include ':app:libs:MyExternalLib'