I was using v2.16.0 on Android 5.1 and it worked fine. Today I tried to update it to v2.16.4 and I got an issue with reading files in my app: It seems that FileInputStream(file) throws an exception.
Java FileInputStream: Your No-Fluff Guide to Reading Files in Java Java FileInputStream: Your No-Fluff Guide to Reading Files Like a Pro Alright, let's talk about one of the OGs of Java I/O: the ...