Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在启用 proguard / r8 的情况下打开 DialogFragment Gif 时,会出现以下消息:“哦,不!有些东西出错了”。我应该配置什么才能正常工作?
将此行添加到您的 proguard 规则文件中:
-keep class com.giphy.sdk.** {*;} -keep class com.giphy.sdk.** -keepclassmembers com.giphy.sdk.** { *; }