You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NoSuchMethodError: No direct method (Ld/e/a/b/y2/g;)V in class Ld/e/a/b/x2/d$b; or its super classes (declaration of 'd.e.a.b.x2.d$b' appears in /data/app/~~CLD6mp2ppuh0DAgaIpQiwg==/com.emergency.caller-SSLEwNy1TlzGVOV6-jV8jQ==/base.apk)
at net.vrgsoft.videcrop.i.a.(:45)
at net.vrgsoft.videcrop.VideoCropActivity.L(:283)
at net.vrgsoft.videcrop.VideoCropActivity.N(:322)
at net.vrgsoft.videcrop.VideoCropActivity.onCreate(:102)
at android.app.Activity.performCreate(Activity.java:8006)
at android.app.Activity.performCreate(Activity.java:7990)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1329)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3589)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3780)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2251)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:233)
at android.app.ActivityThread.main(ActivityThread.java:8068)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:631)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:978)
The text was updated successfully, but these errors were encountered:
I'm getting the following error when I call
startActivityForResult(VideoCropActivity.createIntent(myActivity.this,
input_filepath, output_filepath), 1);
Error:
java.lang.NoSuchMethodError: No direct method (Ld/e/a/b/y2/g;)V in class Ld/e/a/b/x2/d$b; or its super classes (declaration of 'd.e.a.b.x2.d$b' appears in /data/app/~~CLD6mp2ppuh0DAgaIpQiwg==/com.emergency.caller-SSLEwNy1TlzGVOV6-jV8jQ==/base.apk)
at net.vrgsoft.videcrop.i.a.(:45)
at net.vrgsoft.videcrop.VideoCropActivity.L(:283)
at net.vrgsoft.videcrop.VideoCropActivity.N(:322)
at net.vrgsoft.videcrop.VideoCropActivity.onCreate(:102)
at android.app.Activity.performCreate(Activity.java:8006)
at android.app.Activity.performCreate(Activity.java:7990)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1329)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3589)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3780)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2251)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:233)
at android.app.ActivityThread.main(ActivityThread.java:8068)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:631)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:978)
The text was updated successfully, but these errors were encountered: