G gerredtor Active Member Licensed User Jul 21, 2016 #1 hello i become a error: java.lang.NoSuchMethodError: No virtual method resume()V in class Landroid/media/MediaRecorder; or its super classes (declaration of 'android.media.MediaRecorder' appears in /system/framework/framework.jar) but MediaRecorder has the Method resume() Last edited: Jul 21, 2016
hello i become a error: java.lang.NoSuchMethodError: No virtual method resume()V in class Landroid/media/MediaRecorder; or its super classes (declaration of 'android.media.MediaRecorder' appears in /system/framework/framework.jar) but MediaRecorder has the Method resume()
DonManfred Expert Licensed User Longtime User Jul 21, 2016 #2 resume Added in API level 24 void resume () Resumes recording. Call this after start(). It does nothing if the recording is not paused. Click to expand... Solution: Use Android.jar from API 24 Note that it will only work on Devices running API 24+ Last edited: Jul 21, 2016
resume Added in API level 24 void resume () Resumes recording. Call this after start(). It does nothing if the recording is not paused. Click to expand... Solution: Use Android.jar from API 24 Note that it will only work on Devices running API 24+