DEV Community

leminhduc1202
leminhduc1202

Posted on

Answer: How to manually include external aar package using Gradle for Android

Please follow the steps below to get it working (I tested it up to Android Studio 2.2).

Let's say you have an .aar file in libs folder (e.g. cards.aar).

Then in app build.gradle specify following and click Sync Project with Gradle files.

Open Project level build.gradle and add…

Top comments (0)