[Android]Error: WebView.destroy() called while still attached

protected void onDestroy()
{
if (adView != null)
{
    adView.destroy();
}
}


Error: WebView.destroy() called while still attached
2014-08-31 11:43 コメント
已邀请:
0

iQi - 面白いアプリを開発中

{ 賛成 }:

正しいやり方は下記となります。

webViewPlaceholder.removeView(myWebView);
myWebView.removeAllViews();
myWebView.destroy();
2014-08-31 11:44 コメント

ログインまたは登録してから回答してください

EXIT フルスクリーンモード 回答