You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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.
The text was updated successfully, but these errors were encountered: