@Indicator Veritatis Please reread my original message. I am already using the official API for getting the external storage directory. That API returns "/mnt/sdcard" for the GoogleTV AVD (where I specified a 100MB SDCard for the AVD).
I realize it is an awful idea to assume /mnt/sdcard since many phones (Droid Incredible) don't have that. My app has been on the market for a long time... The point is. The official API calls on the GoogleTV AVD return "/mnt/sdcard" - but all file operations I attempt to to make on that location (mkdir for example) return false and fail. And, yes, in answer to Mark's question I do have WRITE_EXTERNAL_STORAGE permission in my my manifest. Has anyone else set up a GoogleTV AVD (it requires linux+KVM) and tried to test out saving something to external storage? I basically want to know if this a bug in the GoogleTV AVD or some conceptual difference about GoogleTV hardware -- 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

