【发布时间】:2020-03-17 12:21:45
【问题描述】:
我想为我的应用程序的特定风格禁用 R8(因此设置 android.enableR8=false)。有谁知道该怎么做,或者甚至可能吗? 我能否以某种方式指定 gradle.properties 文件,或者这将如何工作?
【问题讨论】:
-
试试这个链接:enter link description here
-
我找到了一个更简单的解决方案试试这个链接:stackoverflow.com/a/43329997/12419420
-
其他人的背景信息(以及我为什么来到这里):这可能是因为 Amazon IAP 与 Gradle 3.4.0 启用了 R8 的问题所需要的):developer.amazon.com/docs/in-app-purchasing/…
标签: android gradle build android-productflavors android-flavors