How to manually include external aar package using new Gradle Android Build System

后端 未结 23 1836
故里飘歌
故里飘歌 2020-11-22 03:58

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

23条回答
  •  鱼传尺愫
    2020-11-22 04:35

    The standard way to import AAR file in an application is given in https://developer.android.com/studio/projects/android-library.html#AddDependency

    Click File > New > New Module. Click Import .JAR/.AAR Package then click Next. Enter the location of the compiled AAR or JAR file then click Finish.

    Please refer the link above for next steps.

提交回复
热议问题