I\'ve been experimenting with the new android build system and I\'ve run into a small issue. I\'ve compiled my own aar package of ActionBarSherlock which I\'ve called \'act
Add below line in app level build.gradle
implementation fileTree(dir: "libs", include: ["*.aar"])
Change Project structure from Android to Project.
Navigaate to app->libs as below
Then paste "aar" in libs folder.
Click on File at top left of android studio and click "Sync Project with Gradle Files" as below.
That's it.