VMware installation Android-x86_64-9.0-r2 system is compatible with arm settings

Android-x86_64-9.0-r2 virtual machine installs arm-compatible android applications

1. After installation, the WLAN prompts that there is no network connection (the actual network is connected), and the terminal emulator enters the following commands in sequence and press Enter to restart the system

su
settings put global captive_portal_detection_enabled 1
settings put global captive_portal_mode 1
settings put global captive_portal_user_https 0
settings put global captive_portal_server connect.rom.miui.com
exit
reboot

2. Install the ES file browser:
(1) Enter www.estrongs.com in the browser, click Android to download the Android apk
(2) Click the notification in the upper left corner and click the newly downloaded apk to install the ES file browser

3. Copy the arm library file Houdini9_y.sfs of android9.0 to the virtual machine
(1) Expand the left side of the ES file browser, click Network -> Access from PC -> Open and open the ftp of the virtual machine, such as ftp://172.**.**.**:****/ (2) Open the file manager with win+r on the physical machine, enter the above ftp address and press Enter to enter the storage of the android virtual machine (3) Save the prepared Houdini9_y.sfs Copy the file to the Download folder stored in
the
android virtual machine

4. Compatible with arm library applications
(1) Enter the following commands in the terminal emulator in sequence and press Enter to restart the system

su
cd mnt/sdcard/download
ls
cd /
cd system/etc
ls
cd /
enable_nativebridge
exit
reboot


(2) Open System Settings -> Android X86 Settings -> Compatibility Mode and open it

5. Next, you can open the chrome browser to download and install other Android applications, but there is no guarantee that they are all compatible.

Guess you like

Origin blog.csdn.net/z1099043492/article/details/130168917