On Sep 1, 5:04 pm, mrmanuke <[email protected]> wrote: > D/ddm-heap(19153): Heap dump: file='/sdcard/com.bunnies.Shhh.hprof' > E/dalvikvm(19153): hprof: can't open /sdcard/com.bunnies.Shhh.hprof- > hptemp: Perm > ission denied. > > I've tried this on an actual device (HTC Desire w/ 2.1 Eclair) and an > emulator (Donut). Both gave exactly the same result as above. Also, I > do have the WRITE_EXTERNAL_STORAGE permission in the manifest. I've > searched and couldn't find anything about anyone ever having this > problem. Any ideas?
Usually that comes up because of the WRITE_EXTERNAL_STORAGE issue. Does the file already exist but owned by someone else? Can you verify that your app can create a file on /sdcard with that name using java.io calls? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

