Andrzej Chmielewski

Results 13 comments of Andrzej Chmielewski

this happens on emulators with API level 28 only when trying to run the tests for the first time, to reproduce: ``` adb uninstall {APP_PACKAGE_HERE} adb uninstall {TEST_PACKAGE_HERE} adb shell...

Make sure that whenever you use `KeyIterator`, you `close()` it after you are done with it. For example: ``` KeyIterator keyIterator = db.allKeysIterator(); //iterate stuff here keyIterator.close();

@wal33d006 could you take care of this at your convenience? This will come handy in other projects too