[android-developers] Using sd-card in 4.0 emulator

2012-01-05 Thread Dirk Vranckaert
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

Re: [android-developers] Using sd-card in 4.0 emulator

2012-01-05 Thread Mark Murphy
On Thu, Jan 5, 2012 at 9:14 AM, Dirk Vranckaert dirkvrancka...@gmail.com wrote: 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...