Closed
Description
I query to a className, I got error com.parse.ParseRequest$ParseRequestException: i/o failure
. When the className have more than 8 rows I got this error, but when the className have less than 8 rows It works fine. I tried a options this is: When the className have more than 8 rows, I setLimit(8) for query It works fine, but when I setLimit more than 8 I got this error.
Version I used:
compile 'com.parse.bolts:bolts-android:1.+' compile 'com.parse:parse-android:1.+'
Please help me.
Update:
I test on two device: Genymotion device 4.3 it got this error. Genymotion device 5.1 It works fine.