tags:

views:

26

answers:

1

Hi all, Is it possible for audio recording in emulator and store it not in sdk but some where else

A: 

No, you cannot record audio using the emulator. http://developer.android.com/guide/topics/media/index.html "Note that the emulator doesn't have hardware to capture audio or video, but actual mobile devices are likely to provide these capabilities, accessible through the MediaRecorder class"

Anil