Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash Report #98

Open
GeneralKaos666 opened this issue Oct 9, 2024 · 0 comments
Open

Crash Report #98

GeneralKaos666 opened this issue Oct 9, 2024 · 0 comments

Comments

@GeneralKaos666
Copy link

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant