赞
踩
在当前模块的build.gradle文件中的dependencies依赖中添加
- dependencies {
- ...
- implementation(fileTree('libs'))
- }
在当前模块的build.gradle文件中的dependencies依赖中添加
- dependencies {
- ...
- implementation files('libs/**.aar')
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。