gpt4 book ai didi

android - 无法在 android 中解析编译 'com.michaelpardo:activeandroid:3.1.0-SNAPSHOT'

转载 作者:行者123 更新时间:2023-11-29 19:12:44 25 4
gpt4 key购买 nike

我正在使用 active android 库,但出现错误 "failed to resolve compile 'com.michaelpardo:activeandroid:3.1.0-SNAPSHOT' " 我的项目级构建 gradle 如下:-

 mavenCentral()
maven { url https://oss.sonatype.org/content/repositories/snapshots/" }

应用级别的build.gradle是

 dependencies {compile 'com.michaelpardo:activeandroid:3.1.0-SNAPSHOT'
compile files('libs/ActiveAndroid-3.3.jar')}

最佳答案

做必要的步骤1) 从 build.gradle 文件中删除或注释以下行 实现 'com.michaelpardo:activeandroid:3.1.0-SNAPSHOT'2)下载jar。 https://drive.google.com/file/d/1EfsPM4h9KkApt9qNCZH7W2Hjz0ViXhuj/view3) 添加jar到lib文件夹
4) 添加 implementation files('libs/activeandroid-3.1.0-SNAPSHOT.jar') 行到 build.gradle 文件
对我有用

关于android - 无法在 android 中解析编译 'com.michaelpardo:activeandroid:3.1.0-SNAPSHOT',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44718908/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com