小编Ero*_*l G的帖子

建立一个签署这些问题的APK

我无法使用签名构建APK,但可以运行应用程序并构建APK版本

所有的办公室都在我搜索解决方案这么多我找不到结果请帮助你们我会发送更多细节如果你想要的话

Warning:okhttp3.internal.platform.ConscryptPlatform: can't find referenced class org.conscrypt.OpenSSLProvider
Warning:okhttp3.internal.platform.ConscryptPlatform: can't find referenced class org.conscrypt.Conscrypt
Warning:there were 11 unresolved references to classes or interfaces.
Warning:Exception while processing task java.io.IOException: Please correct the above warnings first.
Error:java.lang.RuntimeException: Job failed, see logs for details
Error:java.io.IOException: Please correct the above warnings first.
Run Code Online (Sandbox Code Playgroud)

的build.gradle

apply plugin: 'com.android.application'
apply plugin: 'io.fabric'
ext {
    supportLibVersion = '27.1.1'
    firebaseLipVersion = '15.0.0'
    playServiceVersion = '15.0.0'
}

android {
    signingConfigs {
        config {

        }
    }


    compileSdkVersion 27
    defaultConfig {
        applicationId …
Run Code Online (Sandbox Code Playgroud)

android gradle android-studio

6
推荐指数
2
解决办法
2835
查看次数

标签 统计

android ×1

android-studio ×1

gradle ×1