[android-developers] Unable to write the SD card from emulator

2011-11-04 Thread sam
I'm using windows vista and Eclipse for developing. I write the simple code to download a file and store it on my sd card. But i'm getting exception (File not found exception) Here is my code public void downloadNewapk () { try { URL url = new

Re: [android-developers] Unable to write the SD card from emulator

2011-11-04 Thread TreKing
On Fri, Nov 4, 2011 at 12:33 AM, sam urweeras...@gmail.com wrote: But i'm getting exception (File not found exception) As the name implies, the system cannot find the file you specified. If you're looking to create a new file to write to, you must do exactly that: create it if it doesn't