MagiskOnEmulator
MagiskOnEmulator copied to clipboard
Mac m2 Official Android Emulator(default) - Checking Android version....
After the attempt to “Checking Android version” I've got the following log output: Then no longer continue the execution
(base) ➜ 安卓7 cd MagiskOnEmulator/ (base) ➜ MagiskOnEmulator ./patch.sh ramdisk.img: 1 file pushed, 0 skipped. 210.3 MB/s (1463744 bytes in 0.007s) magisk.zip: 1 file pushed, 0 skipped. 351.8 MB/s (5356761 bytes in 0.015s) busybox: 1 file pushed, 0 skipped. 535.9 MB/s (1419112 bytes in 0.003s) process.sh: 1 file pushed, 0 skipped. 38.2 MB/s (11525 bytes in 0.000s) [*] Checking Android version
Before execute "./patch.sh" , I copy magisk.zip(Magisk-v19.3.zip) , ramdisk.img, rename busybox_arm for busybox to folder.
same issue, running on mac m2 with avd sdk 23 image (arm)
It'is because on Mac with Apple Silicon (M1, M2) busybox_arm just halt. So in order to work you need busybox-arm64, not busybox_arm, get it from https://github.com/xerta555/Busybox-Binaries/blob/master/busybox-arm64 (or somewhere else) and replace provided busybox_arm with it. I hope it will help you.