I am having problems with MediaRecorder. I can create a new MediaRecorder without error however as soon as I call one of the member functions to initialise the object such as setAudioSource I get "The application (app name) has stopped unexpectedly. Please try again.".

I have tried an app that simply has a button that calls setAudioSource from a global MediaRecorder and I have also tried using a wrapper class off the net that is stated as working but as soon it tries calling setAudioSource it does the same thing.

I am probably doing something really daft but am at a loss. Can someone please help me out with this?

link|improve this question
1  
Posting the logcat would be useful also some example code which causes it. – MisterSquonk Jan 2 '11 at 2:38
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.