(Sorry for my poor English)
简体中文 || English
A Gearlock package for install libhoudini translation on x86_64 Android11,extracted from Windows Subsystem for Android™️ (WSA).
Only supports x86_64 Android11.
- Computer:Lenovo Legion Y7000 2020 (82AV)
- CPU:Intel core i5-10200H
- GPU:
- Integrated Graphics:Intel(R) UHD Graphics 630
- Discrete Graphics:Nvidia GeForce GTX 1650
- RAM:16GB DDR4 (8GB+8GB)
- OS: AOSP11-stock
- Install Gearlock on Android x86 .
- Download and install this package
- Go to Settings and turn on the arm compatibility switch,reboot.
- Enjoy!
You can use this batch file to extract libhoudini files by yourselves.
Show all
- Arm_32(armeabi,armeabi-v7a)
- /system/bin/houdini
- /system/bin/arm/linker
- /system/lib/libhoudini.so
- /system/lib/arm/*
- Arm_64(arm64-v8a)
- /system/bin/houdini64
- /system/bin/arm64/linker64
- /system/lib64/libhoudini.so
- /system/lib64/arm64/*
git clone https://github.com/natsumerinchan/libhoudini-package.git
cd libhoudini-package
cp -r ./src ./.github/workdir
cd ./.github && ./build
pm install --abi %ARCH% %APK_PATH%
ARCH:
- armeabi
- armeabi-v7a
- arm64-v8a
- x86
- x86_64
1.Blue Archive (Can open the title page, but it crashes on loading.)
Refer to this issue
Remember to modify the libhoudini.so path.