[android] SQLiteで「Cannot perform this operation because the connection pool has been closed.」エラー
[android] SQLiteで「Cannot perform this operation because the connection pool has been closed.」エラー
SQLiteで
Cannot perform this operation because the connection pool has been closed.
エラーが発生した場合は
db.close;
を削除すると良い