In my Android Studio Gradle project I use several libraries, whereas one library should use a local AAR file as dependency. I used the popular solution to include the AAR file a
I had it working like this:
compile 'com.example.lib:lib_name:1.0.0@aar'
In this example lib_name:1.0.0.aar is file name.
lib_name:1.0.0.aar