Android : Android WebCore is giving Warning when launch

on Monday, September 22, 2014


i have taken webview in my android app but it takes time in loading.i checked the android logs and found these warning message :


enter image description here


Any Help ?


This is my java code :-



// webview code here
WebView wv = (WebView) findViewById(R.id.webView1);
wv.setBackgroundColor(Color.TRANSPARENT);
wv.loadUrl("file:///android_asset/aboutus.html");

0 comments:

Post a Comment