How to resolve D8 warning: D8: Type `org.conscrypt.Conscrypt` was not found

前端 未结 4 1229
渐次进展
渐次进展 2021-02-12 12:27
/Volumes/SSD/.gradle/caches/modules-2/files-2.1/com.squareup.okhttp3/okhttp/3.10.0/7ef0f1d95bf4c0b3ba30bbae25e0e562b05cf75e/okhttp-3.10.0.jar: D8: Type `org.conscrypt.Co         


        
4条回答
  •  悲&欢浪女
    2021-02-12 13:10

    From ./gradlew assemble

    R8 is the new Android code shrinker. If you experience any issues, please file a bug at https://issuetracker.google.com, using 'Shrinker (R8)' as component name. You can disable R8 by updating gradle.properties with 'android.enableR8=false'. Current version is: 1.4.94 (build 390954928f0db9c3b888a367f7f128ce3bbfb160 from go/r8bot (luci-r8-ci-archive-0-5g74)).

提交回复
热议问题