错误:找不到fabric.aar (io.fabric.sdk.android:fabric:1.3.17)
Posted
技术标签:
【中文标题】错误:找不到fabric.aar (io.fabric.sdk.android:fabric:1.3.17)【英文标题】:Error:Could not find fabric.aar (io.fabric.sdk.android:fabric:1.3.17) 【发布时间】:2018-11-06 22:55:49 【问题描述】:在我没有改变任何东西之前它可以工作,但今天我收到了这个错误,这里是我的 gradle
buildscript
repositories
mavenCentral()
maven url 'https://maven.fabric.io/public'
jcenter()
dependencies
classpath 'io.fabric.tools:gradle:1.+'
【问题讨论】:
【参考方案1】:面料有一些变化,请检查:- https://docs.fabric.io/android/changelog.html#fabric-dependency-to-1-4-3
将此添加到您的 gradle:-
compile group: 'io.fabric.sdk.android', name: 'fabric', version: '1.4.3'
【讨论】:
如果您使用 crashlytics 也将其更新为2.9.3
compile('com.crashlytics.sdk.android:crashlytics:2.9.3@aar') transitive = true;
@Aris_choice 在我的 gradle 哪里添加这个?以及哪个 gradle 文件?
@Tefa 将此添加到应用级 build.gradle 文件中。内部依赖【参考方案2】:
看起来 jcenter 报告说它有结构和崩溃分析,但他们没有。
对我来说解决的问题是像这样在 jcenter 之前将织物 maven 向上移动:
repositories
mavenLocal()
maven url "https://maven.fabric.io/public"
jcenter()
google()
【讨论】:
不想升级fabric版本的可以试试这个方案。在我身边工作。【参考方案3】:我今天也遇到了同样的问题。我也在使用 crashlytics。我刚刚将 crashlytics 的版本从“2.6.5”更改为“2.9.3”,并且 gradle build 成功。
implementation('com.crashlytics.sdk.android:crashlytics:2.9.3@aar')
transitive = true;
【讨论】:
【参考方案4】:我在重新安装 windows 和 android studio 后遇到了同样的问题。我有
dependencies
classpath 'io.fabric.tools:gradle:1.25.1'
with
implementation('com.crashlytics.sdk.android:crashlytics:2.8.0@aar')
对我来说唯一的解决方案是升级到
dependencies
classpath 'io.fabric.tools:gradle:1.25.4'
with
implementation('com.crashlytics.sdk.android:crashlytics:2.9.3@aar')
希望对你有帮助!
【讨论】:
我建议确保您的所有代码都在代码格式化块中以提高可读性。 感谢@CollinM.Barrett!【参考方案5】:1、清理项目 2、修改了版本 编译('com.crashlytics.sdk.android:answers:1.4.2@aar')
【讨论】:
【参考方案6】:在 build.gradle(Module app) 中:修改如下
buildscript
repositories
maven url 'https://maven.fabric.io/public'
dependencies
// These docs use an open ended version so that our plugin
// can be updated quickly in response to Android tooling updates
// We recommend changing it to the latest version from our changelog:
// https://docs.fabric.io/android/changelog.html#fabric-gradle-plugin
classpath 'io.fabric.tools:gradle:1.27.0'
apply plugin: 'com.android.application'
apply plugin: 'io.fabric'
repositories
maven url 'https://maven.fabric.io/public'
android
compileSdkVersion 28
buildToolsVersion '28.0.3'
defaultConfig
applicationId "com.rameshr.project"
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
buildTypes
release
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
dependencies
implementation fileTree(include: ['*.jar'], dir: 'libs')
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2',
exclude group: 'com.android.support', module: 'support-annotations'
)
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
implementation('com.crashlytics.sdk.android:crashlytics:2.8.0@aar')
transitive = true;
【讨论】:
以上是关于错误:找不到fabric.aar (io.fabric.sdk.android:fabric:1.3.17)的主要内容,如果未能解决你的问题,请参考以下文章
无法启动 Terminal Services 服务。错误 126: 找不到指定的模块。
易语言的错误怎么办错误(36): 找不到指定的对象成员命令名称“创建内存”