[android-beginners] Re: Problem with files

2009-02-21 Thread error404
I fixed it, problem was with serialized object which I wrote to file ;-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com

[android-beginners] Problem with files

2009-02-20 Thread error404
Hi, I have problem with reading/writing files. I wrote some file in one Activity, then I rewrote it in next Activity and when I go back to first Activity it throws NullPointerException... I donĀ“t know where is problem... Thanks for your suggestions...

[android-beginners] Re: emulator isn't launching

2008-11-14 Thread error404
on your hard disk ? the error message seems to indicate that you don't. On Wed, Nov 12, 2008 at 12:04 PM, error404 [EMAIL PROTECTED] wrote: no... It's falling again... When I tried clean emulator with emulator - wipe-data, it's writing same message on console - NAND: could not write file D

[android-beginners] Re: emulator isn't launching

2008-11-12 Thread error404
no... It's falling again... When I tried clean emulator with emulator - wipe-data, it's writing same message on console - NAND: could not write file D:\Android \android-sdk-windows-1.0_r1\tools/lib/images/ \system.img, No space left on device On Nov 12, 11:49 am, error404 [EMAIL PROTECTED

[android-beginners] Re: emulator isn't launching

2008-11-12 Thread error404
thnx :-)... it's running;-) On Nov 12, 9:40 am, Dennis Wilmsmann [EMAIL PROTECTED] wrote: Have you tried to clean your emulator? emulator -wipe-data Dennis On 11 Nov., 23:56, error404 [EMAIL PROTECTED] wrote: Hi. I have problem with android emulator when I'm launching application