I am trying to create a WebView dynamically using the following code:
mWebView = new WebView(this); mWebView.setId(R.id.webview); mWebView.setVerticalScrollBarEn
What API lvl are you building for? looks like .setLayerType(int, Paint) was introduced at api lvl 11.