[android-developers] Re: Android tracing gives me errors: Please help.

2009-10-07 Thread Romain Guy
If you are using 1.6 you need to ask for the permission to write on the sdcard. On Tue, Oct 6, 2009 at 11:15 PM, Android Development indodr...@gmail.com wrote: Hello, I created a SD card image and mounted it to the emulator. I could see it mounted on the emulator. Then, in my onCreate

[android-developers] Re: Android tracing gives me errors: Please help.

2009-10-07 Thread Android Development
Thanks for replying so quickly Romain. I am using 1.6 indeed. uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE/ did the trick. Thanks. On Wed, Oct 7, 2009 at 12:12 PM, Romain Guy romain...@google.com wrote: If you are using 1.6 you need to ask for the permission to