niklashigi / apk-mitm

🤖 A CLI application that automatically prepares Android APK files for HTTPS inspection
https://npm.im/apk-mitm
MIT License
3.98k stars 352 forks source link

Patched APK installed successfully but failed to run. #189

Open jay36065 opened 3 weeks ago

jay36065 commented 3 weeks ago

I have a XAPK file and I patched it then installed it using adb install-multiple, although it has been installed successfully, the application crashed with adb logcat *:E output in the log file provided. I'm using a non-rooted phone in Android 11, OPPO CPH1907. log.txt Is there a way to fix it? Thanks!

jay36065 commented 3 weeks ago

Something useful might be at line 29, 77 and 117 with package name and error information.

jay36065 commented 3 weeks ago

There's also another application that has the same issue: log2.txt It seems like it ran into another error.