我得到一個SQLiteException,說數據庫被鎖定來自webview。我實際上並沒有在我的應用程序中使用任何Web瀏覽器,但我相信它與基於this other stack overflow question的admob相關,這是沒有答案的。Webview SQLiteException:數據庫被鎖定
我使用SQLite爲我自己的東西,但這不應該導致它應該嗎? 我似乎無法複製它,所以我不知道如何解決它。有任何想法嗎?
android.database.sqlite.SQLiteException: error code 5: database is locked
at android.database.sqlite.SQLiteStatement.native_execute(Native Method)
at android.database.sqlite.SQLiteStatement.execute(SQLiteStatement.java:61)
at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1916)
at android.webkit.WebViewDatabase.flushCacheStat(WebViewDatabase.java:874)
at android.webkit.CacheManager.trimCacheIfNeeded(CacheManager.java:566)
at android.webkit.WebViewWorker.handleMessage(WebViewWorker.java:193)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:143)
at android.os.HandlerThread.run(HandlerThread.java:60)
是的,實際上,我有兩個MapViews在不同的進程中,現在不記得爲什麼了,但是在不同的活動中使用地圖視圖時遇到了一些問題,並將它們放在不同的進程中。 – Jack 2012-08-22 16:10:07
對不起,但現在我不知道如何解決這個問題。也許只能在一項活動中使用adview,但我知道這不是一個解決方案。 – hsafarya 2012-08-22 16:23:59