首页
学习笔记
归档
瞬间
图库
友人帐
留言板
不会水的鱼
人生就是白干加白干!
累计撰写
4
篇文章
累计创建
4
个标签
累计收到
1
条评论
栏目
首页
学习笔记
归档
瞬间
图库
友人帐
留言板
目 录
CONTENT
转载-不会水的鱼
以下是
转载
相关的文章
2026-02-28
安卓编译包含本地aar报错:Direct local .aar file dependencies are not supported when building an AAR
在项目根目录下新建一个文件夹(your_pkg_name) 将.aar文件放到该文件夹内 在新文件夹下创建build.gradle 文件并编辑: configurations.maybeCreate("default") artifacts.add("default", file('your_pkg
2026-02-28
4
0
0
转载
Android