gpt4 book ai didi

android - 在 Android 上使用 R8 时,是否需要卸载现有的 Proguard?

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:34:44 31 4
gpt4 key购买 nike

使用 R8 时是否需要从 Gradle 中删除 Proguard 相关代码?

minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'

最佳答案

您实际上并没有删除混淆规则,因为 R8 在兼容模式 中使用混淆规则。更多详情请引用https://android-developers.googleblog.com/2018/11/r8-new-code-shrinker-from-google-is.html .

R8 is available with Android Studio 3.3 beta and works with Proguard rules. To try it, set the following in your project's gradle.properties file:

android.enableR8=true

但是对于full模式,它并不直接兼容Proguard。


编辑 #1

在此处查看如何将 Proguard 迁移到 R8:Android/java: Transition / Migration from ProGuard to R8?

关于android - 在 Android 上使用 R8 时,是否需要卸载现有的 Proguard?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54434047/

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