I've got an error with lates Android 11 (api 30) with Jackcess 4.0.1 run on real device and Emulator Android 11, API 30 new File(fileName).exists(); // this returns true DatabaseBuilder.open(new File(fileName)); and this generates FileNotFoundException However there are no errors or any trouble with Android 10 (api 29) at all. Anyone has found this please help. Thank you.