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!
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 withadb 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!