This guide walks you through using Gradle to build a simple Java project. The libs folder should contain a JAR file that is named after the project's folder.
Android Studio uses the Gradle-based build system, so project integration is slightly different than our standard integration guide within an Android project. In this case, the location of the native libraries and the a…