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.RuntimeException: Unable to start activity ComponentInfo{com.apk.editor/com.apk.editor.activities.InstallerFilePickerActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.endsWith(java.lang.String)' on a null object reference
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4092)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4257)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2630)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:238)
at android.os.Looper.loop(Looper.java:352)
at android.app.ActivityThread.main(ActivityThread.java:9230)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:977)
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.endsWith(java.lang.String)' on a null object reference
at com.apk.editor.activities.InstallerFilePickerActivity.m(SourceFile:5)
at com.apk.editor.activities.InstallerFilePickerActivity.onCreate(SourceFile:164)
at android.app.Activity.performCreate(Activity.java:9114)
at android.app.Activity.performCreate(Activity.java:9053)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1479)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4071)
... 12 more
Steps to reproduce the issue:
The text was updated successfully, but these errors were encountered:
App Name: APK Explorer & Editor
Package Name: com.apk.editor
App Version: v0.29
SDK Version: 34
Crash Report
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.apk.editor/com.apk.editor.activities.InstallerFilePickerActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.endsWith(java.lang.String)' on a null object reference
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4092)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4257)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2630)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:238)
at android.os.Looper.loop(Looper.java:352)
at android.app.ActivityThread.main(ActivityThread.java:9230)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:977)
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.endsWith(java.lang.String)' on a null object reference
at com.apk.editor.activities.InstallerFilePickerActivity.m(SourceFile:5)
at com.apk.editor.activities.InstallerFilePickerActivity.onCreate(SourceFile:164)
at android.app.Activity.performCreate(Activity.java:9114)
at android.app.Activity.performCreate(Activity.java:9053)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1479)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4071)
... 12 more
Steps to reproduce the issue:
The text was updated successfully, but these errors were encountered: