Android stop recording fail
问题 I am going to start a service to start audio recording. When I am trying to stop , it shows the following message 06-27 17:21:30.138: E/MediaRecorder(6122): stop called in an invalid state: 0 I am not sure whether other functions such Uploading data to server can affect the result ( not implemented in Asyck Task , only calling methods ) If I do not catch the runtime exception, sometimes it may shows the handler exception (Finishing Activity , stop recording ) 06-27 17:32:35.988: W/System.err