I am creating a playback application with data storage on external storage, however the code does not work on my simulator,
String state = Environment.getExternalStorageState();
The returned state
always removed
, and below are my simulator configurations, from which I set the size of the SD card to 200M, so I think the SD card should be mounted on the simulator. 
Do you know why?
source share