I have an android application that I am developing using the emulator running on android 2.3.3 with an embedded WebView in a framelayout nested in a linearlayout (vertical).
instead of passing null, you should pass an empty String to it. ex: "" So you should call it like this: wview.loadDataWithBaseURL("", "Test","text/html","utf-8","");
String
""
wview.loadDataWithBaseURL("", "Test","text/html","utf-8","");