我无法使用签名构建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)