I found a solution to your problem. You can edit the config.iniAVD file manually. Go to the folder where the AVD is stored (usually in the folder <userprofile>\.android\avd\<avdname>\) and open the config.ini file in a text editor. The text editor should be able to read files in unix formatting (for example, Windows Wordpad).
Below are some hardware features you can add:
- hw.sdCard = yes
- sdcard.size = 256M
- hw.audioInput = yes
- hw.audioOutput = yes
- hw.camera = yes
- hw.camera.maxVerticalPixels = 480
- hw.camera.maxHorizontalPixels = 640
- hw.sensors.proximity = yes
- hw.gps = yes
- hw.accelerometer = yes
- hw.gyroscope = yes
Before making any changes to config.ini, close Android AVD Manager.
EDIT:
. "" Android SDK AVD- . , , , , . , , !?