1
我有一個Exception
只出現在'Gio Galaxy Android 2.3.3`上。Android崩潰SQLiteDiskIOException
代碼:
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
...............................
setContentView(R.layout.web_view_layout);
WebView v = (WebView)findViewById(R.id.web_view);
v.getSettings().setJavaScriptEnabled(true);
CookieSyncManager.createInstance(this);
CookieManager cookieManager = CookieManager.getInstance();
cookieManager.removeAllCookie();
..............................
}
請不要鏈接到外部託管的圖像。在錯誤文本的情況下嘗試將它們包含爲文本或如果這太複雜的圖像,但上傳到Stackoverflow.com – Robert 2012-03-02 14:56:10
http://stackoverflow.com/questions/7158434/webview-causes-sqlitediskioexception – 2012-03-02 15:13:10