Android Studio 打包aar丢失远程依赖问题解决

之前打包,使用的com.kezong.fat-aar,embed('XXXX')的方式,可以使三方依赖打包在aar包里,在项目里直接使用

升级了Gradle:7.5后,打包就打包不起来了,一直报错:org/gradle/api/internal/artifacts/DefaultResolvedArtifact。

后来发现是原来的com.kezong:fat-aar:1.2.16库在高版本上不能使用了,

更新为classpath 'com.github.kezong:fat-aar:1.3.8'后,就可以正常打包了

相关推荐
TDengine (老段)1 天前
TDengine 转换函数 TO_JSON 用户手册
android·大数据·数据库·json·时序数据库·tdengine·涛思数据
q***42821 天前
SpringCloudGateWay
android·前端·后端
卫生纸不够用1 天前
Appium-锁屏-Android
android·appium
阿拉斯攀登1 天前
安卓工控机 OTA 升级方案(SpringBoot+MQTT)
android·spring boot·物联网·iot
顾林海1 天前
从0到1搭建Android网络框架:别再让你的请求在"路上迷路"了
android·面试·架构
花花鱼1 天前
android room中实体类变化以后如何迁移
android
Jomurphys1 天前
设计模式 - 适配器模式 Adapter Pattern
android
雨白1 天前
电子书阅读器:解析 EPUB 底层原理与实战
android·html
g***B7381 天前
Kotlin协程在Android中的使用
android·开发语言·kotlin
A***27951 天前
Kotlin反射机制
android·开发语言·kotlin