apk-editor / APK-Explorer-Editor

Source code of APK Explorer & Editor (AEE), an open-source tool to explore the contents of an installed APK!

Home Page:https://apk-editor.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug ".XML"

Jetrom17 opened this issue · comments

Simplesmente tentei abrir um arquivo ".xml":

App Name: APK Explorer & Editor
Package Name: com.apk.editor
App Version: v0.24
SDK Version: 30

Crash Report

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.apk.editor/com.apk.editor.activities.TextViewActivity}: o2.a: Unexpected chunk type:16188
	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3491)
	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3659)
	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:2115)
	at android.os.Handler.dispatchMessage(Handler.java:106)
	at android.os.Looper.loop(Looper.java:250)
	at android.app.ActivityThread.main(ActivityThread.java:7755)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:958)
Caused by: o2.a: Unexpected chunk type:16188
	at p2.b.b(Unknown Source:58)
	at m2.a.d(:3)
	at t2.c.H(:1)
	at w0.g.c(:9)
	at com.apk.editor.activities.TextViewActivity.onCreate(:5)
	at android.app.Activity.performCreate(Activity.java:8077)
	at android.app.Activity.performCreate(Activity.java:8061)
	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1309)
	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3464)
	... 11 more


Steps to reproduce the issue: 

@Jetrom17
Please update the app to latest version. Although it will still fail to decompile that XML file, app won't crash.
Thanks