First of all happy holidays and happy 2012 for all of you! I'm trying to write something to my SD-card, It works in 2.x. But in the 4.0 emulator I cannot write anything to internal memory or SD- card. In the AVD settings I added a 50MB SD card.
But my code already returns false for "Environment.getExternalStorageState().equals(Environment.MEDIA_MOUNTED);" When going in the android settings of the emulator I cannot see the SD memory, only internal memory... Any idea why the SD card is not mounted or the getExternalStorageState() does not equal to MEDIA_MOUNTED? Kr, Dirk -- 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

