I\'m trying to add a .jar library to my project into the /libs folder. Here is my grade.build:
.jar
/libs
grade.build
buildscript {
Using the command line, in the root of your project, run : ./gradlew clean && ./gradlew build
./gradlew clean && ./gradlew build
Then recompile your project in studio and you should see your new lib.