simple-disk-cache icon indicating copy to clipboard operation
simple-disk-cache copied to clipboard

Deprecated Apache import

Open softvision-mariusduna opened this issue 8 years ago • 0 comments

When upload the apk to the play store then it shows 0 supported devices, this because of: compile 'org.apache.directory.studio:org.apache.commons.io:2.4'

Others had the same issue: http://stackoverflow.com/questions/14020237/android-app-is-supported-by-0-devices

I removed the upper library and the app becomes compatible with lot of devices.

I guess you should remove the line import org.apache.commons.io.IOUtils; and implement manually the methods.

softvision-mariusduna avatar Apr 07 '16 08:04 softvision-mariusduna