Adding local .aar files to Gradle build using “flatDirs” is not working

Building upon Josiah’s answer, here’s how I got it to work. Following his instructions (under edit) (File -> New-> New Module -> Import .JAR/.AAR) and import your .AAR. Then in your project build.gradle (not the top level one, the one under ‘app’) add the following (in the dependencies section): dependencies { compile project(‘:Name-Of-Your-Project’) } Note … Read more

Create aar file in Android Studio

If your library is set up as an Android library (i.e. it uses the apply plugin: ‘com.android.library’ statement in its build.gradle file), it will output an .aar when it’s built. It will show up in the build/outputs/aar/ directory in your module’s directory. You can choose the “Android Library” type in File > New Module to … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)