martinmimigames / little-file-explorer

Android 1.0+ mini file explorer and manager
https://martinmimigames.github.io/projects/little-file-explorer/
GNU General Public License v3.0
319 stars 13 forks source link

[Bug] VerifyError on Android 1.6 #82

Open EatHatsuneShallots opened 5 months ago

EatHatsuneShallots commented 5 months ago

Describe the bug Crash on Android 1.6

To Reproduce Open this application

Expected Behaviour No crash

[Optional] Screenshots null

[Optional] Versioning information

[Optional] Additional information

Logcat

E/dalvikvm( 2251): Could not find method android.app.Activity.recreate, referenced from method com.martinmimigames.simplefileexplorer.MainActivity.a
W/dalvikvm( 2251): VFY: unable to resolve virtual method 57: Landroid/app/Activity;.recreate ()V
W/dalvikvm( 2251): VFY:  rejecting opcode 0x6e at 0x002a
W/dalvikvm( 2251): VFY:  rejected Lcom/martinmimigames/simplefileexplorer/MainActivity;.a (Lcom/martinmimigames/simplefileexplorer/MainActivity;)V
W/dalvikvm( 2251): Verifier rejected class Lcom/martinmimigames/simplefileexplorer/MainActivity;
W/dalvikvm( 2251): Class init failed in newInstance call (Lcom/martinmimigames/simplefileexplorer/MainActivity;)
D/AndroidRuntime( 2251): Shutting down VM
W/dalvikvm( 2251): threadid=3: thread exiting with uncaught exception (group=0xa8011cf8)
E/AndroidRuntime( 2251): Uncaught handler: thread main exiting due to uncaught exception
E/AndroidRuntime( 2251): java.lang.VerifyError: com.martinmimigames.simplefileexplorer.MainActivity
E/AndroidRuntime( 2251):    at java.lang.Class.newInstanceImpl(Native Method)
E/AndroidRuntime( 2251):    at java.lang.Class.newInstance(Class.java:1472)
E/AndroidRuntime( 2251):    at android.app.Instrumentation.newActivity(Instrumentation.java:1097)
E/AndroidRuntime( 2251):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2316)
E/AndroidRuntime( 2251):    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2417)
E/AndroidRuntime( 2251):    at android.app.ActivityThread.access$2100(ActivityThread.java:116)
E/AndroidRuntime( 2251):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1794)
E/AndroidRuntime( 2251):    at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2251):    at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 2251):    at android.app.ActivityThread.main(ActivityThread.java:4203)
E/AndroidRuntime( 2251):    at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2251):    at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 2251):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 2251):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
E/AndroidRuntime( 2251):    at dalvik.system.NativeStart.main(Native Method)