Monday 27 May 2013

java.io.eofexception android

java.io.eofexception android throw when I try to download an image from an url. The solution is very simple.

in androidmanifest.xml



<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
 
 
 

No comments:

Post a Comment