Loyea
Loyea
``` curl -XPUT http://localhost:9200/_template/rtf -d' { "template": "*", "settings": { "number_of_shards": 1 }, "mappings": { "_default_": { "_all": { "enabled": true }, "dynamic_templates": [ { "strings": { "match_mapping_type": "string", "mapping":...
问题是以后无论请求啥,网络状态也没问题,都会报这个错,这个库的功能就彻底失效了
@yale8848 对的。写了个简单的demo 我截了个视频: https://www.youtube.com/watch?v=bwWOz_Yn75A 这是代码: ``` package com.loyea.myapplication; import android.annotation.TargetApi; import android.graphics.Bitmap; import android.net.http.SslError; import android.os.Build; import android.os.Bundle; import android.util.Log; import android.view.View; import android.webkit.SslErrorHandler; import android.webkit.WebResourceRequest; import android.webkit.WebResourceResponse; import android.webkit.WebView;...
就上面这点代码就能复现啊。。。。而且还是100%复现的 我视频里面就是这个 没别的代码了 布局就一个button和webview 我的视频不够详细么
另外没有使用代理
用非单例模式先规避了,还是很好用的。这个bug我也看不懂原因,麻烦你了