I am implementing Expansion Files . I use technique to read zip files from this answer. Every thing fine the only error i am getting is on IOUtils. Which says IOUtils cannot be resolved. My project api level is 3.0 and above.
Here is the lline :
**IOUtils**.copy(inputStream, outputStream);