AndroidStudio 导入 aar 包

Android AndroidStudio About 171 words

添加配置

build.gradle中添加

android {
    repositories {
        flatDir {
            dirs 'libs'
        }
    }
}
dependencies {
    compile(name: 'unicastyp', ext: 'aar')
}
Views: 3,560 · Posted: 2019-04-13

————        END        ————

Give me a Star, Thanks:)

https://github.com/fendoudebb/LiteNote

扫描下方二维码关注公众号和小程序↓↓↓

扫描下方二维码关注公众号和小程序↓↓↓
Today On History
Browsing Refresh