Re: [android-developers] Runtime exception while audio recording

2012-01-24 Thread Glen Cook
A couple of things to try: 1. Make sure permission is set in your manifest: 2. Make sure the source file's permissions are okay 3. Try calling reset() on the MediaRecorder prior to setting the source. On Fri, Jan 20, 2012 at 11:55 AM, Raneez wrote: > I get the following error while trying t

[android-developers] Runtime exception while audio recording

2012-01-20 Thread Raneez
I get the following error while trying to record audio: E/AndroidRuntime(759): java.lang.RuntimeException: setAudioSource failed. E/AndroidRuntime(759): at android.media.MediaRecorder.setAudioSource(Native Method)). Please help me out. -- You received this message because you are subs