小编Fab*_*ine的帖子

由Crashlytics测试的Beta - 包似乎已损坏

我最近为客户开发了一个应用程序,现在必须在Crashlytics上分享它.我过去曾多次这样做,但有了这个应用程序,就会出现问题.

当我在Crashlytics Studio的插件上传我的应用程序时,没有错误.电子邮件已正确发送给测试人员.

但在安装结束时,它说"软件包似乎已损坏".

这是我第一次看到这个,我不知道该怎么做.

我尝试使用所有这类APK: - debug(unsigned) - release(unsigned) - release(signed)

它都不起作用.

这是我的build.gradle:

    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.24.1'
    }
}

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: …
Run Code Online (Sandbox Code Playgroud)

android crashlytics android-gradle-plugin crashlytics-beta google-fabric

7
推荐指数
1
解决办法
1289
查看次数