2013-11-06

Add Jar file as library in Android Studio

add in build.gradle:
compile files('libs/android-query-full.0.26.2-beta.jar')

add multiple files like this:
compile fileTree(dir: 'libs', include: '*.jar')

then rebuild the project.

No comments:

Post a Comment