Android 使用Webview時,有時拋 java.lang.Throwable: EventHub.removeMessages(int what = 107) warning

來源:互聯網
上載者:User

在網上搜了大半天,也沒能找到出現該警告的確切原因。通過測試發現,如果不載入url就不會出現該警告。突然間有個想法,莫非是跟頁面中的html代碼有關?

可是,頁面是個靜態html 頁面,只包含幾行最基本的代碼呀!後來測試載入其他的頁面,問題依久重現。可見出現異常的原因跟html頁面沒有關係,等回頭有時間了

再仔細研究一下,問題先放在這吧。。。。。

 

public View onCreateView(android.view.LayoutInflater inflater, android.view.ViewGroup container, android.os.Bundle savedInstanceState) {  View v = inflater.inflate(R.layout.inject_webview, null);  webview = (WebView)v.findViewById(R.id.webView1);  webview.loadUrl("http://10.0.111.196:1946/test");  v.findViewById(R.id.button1).setOnClickListener(this);  //initialWebviewSetting();  return v;}

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.