Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (space)
Viewing all articles
Browse latest Browse all 16

Android HTTPClient cannot download a file --> No space left on device

$
0
0

Hi,

I am trying to download a tiny file using the Android emulator (Google API 2.2)... Yesterday everything was working....but today when I took and made some tiny changes in my code...downloading a file using the HTTPClient doesn't work anymore....

Whatever I did, and even after going to my "old" and previously working code, I still get the same error...after the code calls "xhr.send()"...it leads to Wrapped java.io.IOException: No space left on device...

I did everything proposed on previous posts, such as :

  • remove all emulators
  • remove the /build/android folder contents
  • touch tiapp.xml (force rebuild)
  • remove /tmp/android folder content (on Mac OS X)
  • install new emulator

And nothing worked..... And to mention that the file I try to download is 549Kb...so not a big deal in terms of space...therefore there is an issue somewhere but I cannot find it...

One more time, the download and save to applicationData worked yesterday....I simply quit and restarted the emulator and it worked no more...

Any advice, help, tricks ???

Thanks for your help !!


Viewing all articles
Browse latest Browse all 16

Trending Articles