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?