I\'m using Android Studio, and as you know, importing libraries used in current IDE like Eclipse is not easy with Android Studio. I\'m trying to im
IDE
Eclipse
http://www.devexchanges.info/2015/05/import-eclipse-library-non-gradle.html
This post has the best answer. But make sure your build.gradle compileSdkVersion buildTollsVersion minsdkVersion and targerSdkversion for both the app and library are the same/match.