Hi all!
When I tried to download some apps through the browser, the problem(below) comes to me and I really don't know why...

Here is what I do to build the sdcard.img:
// build a sdcard
mksdcard -l sdcard 500M sdcard.img
// make it ext2
sudo mke2fs sdcard.img
// run emulator
emulator -sdcard sdcard.img -kernel kernel-goldfish-xattr-2.6.29 -partition-size 512
Did I do anything wrong?.. Please guide me..
Many thanks,
Wen