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

前端 未结 4 1234
渐次进展
渐次进展 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:03

    According to https://github.com/square/okhttp/issues/3922, it is safe to ignore these warnings.

    If the build does not succeed, I suppose there is another problem.

提交回复
热议问题