R8 报错

3 阅读1分钟

在proguard-rules.pro下 增加报错的类

# compileOnly framework.jar: R8 cannot resolve internal / stub-mismatched platform types
# (DeviceConfig listeners, StrictMode VM policy, CloseGuard, Bitmap native registry).
-dontwarn android.provider.DeviceConfig$**
-dontwarn dalvik.system.BlockGuard$**
-dontwarn dalvik.system.CloseGuard
-dontwarn libcore.util.NativeAllocationRegistry