star360 Posted September 20, 2023 Posted September 20, 2023 How to fix "Failed to load daemon" error = 13 This problem has been occurring since the Android version 9+ update. If you want to solve this problem, use a virtual machine that provides root access, such as VMOS, etc. Alternatively, you can downgrade the "targetSdkVersion" of your preferred virtual device to 28 from AndroidManifest, and your problem will be resolved. However, in this case, some of the latest features of your virtual app may not work. Steps: Decompile your application Open AndroidManifest.xml Set android:targetSdkVersion="28" Note: Make sure before applying this change, app has not signatures verification, else app will crash. If the app has signature verification, then first kill signature before applying this change. Here some virtual machines that provide root access: VPhoneGAGA F1 VMAndroid 7.1 VM X8 SandboxAndroid VM VMOS Virtual Android -Android Clone Virtual Master - Android Clone  Credit: TDOhex
kiynox Posted September 25, 2023 Posted September 25, 2023 [ @star360Â ] --- Hey that's great. It would be more helpful if you could also attach the modded one on the forum or atleast provide the unsignatured apk. ---
Recommended Posts
Archived
This topic is now archived and is closed to further replies.