我已将 Macbook 上的 android studio 从arctic fox至最新版本更新bumblebee 2021.1.1。我正在使用探查器,无法进行网络分析,因为它显示Network Profiler has moved以及它下面显示的To inspect network activity. Use the Network Inspector。当我点击突出显示的部分时,Network Inspector它会将我移动到App Inspection没有显示任何内容的部分。
这就是我点击时得到的Network Inspector
是否可以使用okHttp作为webviewclient?
即 mWebView.setWebViewClient(new OkHttpClient());
这给了我一个错误......
The method setWebViewClient(WebViewClient) in the type WebView is not applicable for the arguments (OkHttpClient)
有什么建议?