gpt4 book ai didi

android - 将 proguard 与 Hyperledger Iroha 结合使用时,我的应用程序崩溃

转载 作者:行者123 更新时间:2023-11-30 05:02:16 26 4
gpt4 key购买 nike

当我尝试使用以下代码在我的 build.gradle 文件中启用 minify true 时,应用程序崩溃了:

代码

buildTypes {
release {
debuggable false
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug{
debuggable true
minifyEnabled true
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
  • 当我这样做时:minifyEnabled true 在构建发布 apk:app-release.apk 之后,应用程序崩溃了。
  • 当我这样做时:minifyEnabled false 在构建发布 apk 后:app-release.apk,构建没问题。

enter image description here

最佳答案

如 ref 资源所示,minifyEnabled 将删除未使用的代码。在您的情况下,可能有一些方法与 JNI 一起使用,否则编译器不知道它被使用了。再次根据 ref,您可以指定要保留哪些文件不检查内置 minify(与 proguard 相同)。 The answer is here

关于android - 将 proguard 与 Hyperledger Iroha 结合使用时,我的应用程序崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58059543/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com