我最近为客户开发了一个应用程序,现在必须在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
在最近的几个应用程序中,我遇到了一个奇怪的问题。
我做了什么:
问题:
Android Studio版本:2.1.3
清单中的Min SDK:
已测试17台设备:Nexus 4,OnePlus 3,Motorolla Gen-3,Honor
进行了不同的试验:
设备只有一个用户Owner