Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

insert SD card before using the camera Alert . android emulator?

what i'm trying to do is: to open the camera and save the taken picture in the SD card, but when the camera activity start, i receive an automatic generated warning displayed in a "toast" and says: "insert SD card before using the camera "

note: I'm using the emulator.

any idea how to solve this?

enter image description here

like image 866
Amr Avatar asked Jun 06 '12 10:06

Amr


People also ask

Why does my camera say insert SD card?

Edit: For the camera asking to insert new SDcard or something. You need to clear data in Settings - Apps for camera. And the rest of your data in your storage is gone for good now.


1 Answers

When you create an AVD it's possible to say whether to emulate SDCard or not (and of what size). Looks like you simply did not specify the SDCard presence. Edit your AVD settings and make sure you have explicitly requested for SDCard support.

like image 154
Vit Khudenko Avatar answered Oct 13 '22 00:10

Vit Khudenko