casualsnek / waydroid_script

Python Script to add OpenGapps, Magisk, libhoudini translation library and libndk translation library to waydroid !
GNU General Public License v3.0
1.5k stars 144 forks source link

Switch to a good verison of libndk_translation #88

Closed aleasto closed 1 year ago

aleasto commented 1 year ago

The previous version targeted Android 12 if 64 bit, so native arm64 apks are very likely to not work. Switch to a version targeting Android 11.

aleasto commented 1 year ago

Most stuff worked because many apks bundle armv7 libs, which has precedence over arm64

hmtheboy154 commented 1 year ago

Most stuff worked because many apks bundle armv7 libs, which has precedence over arm64

How about arm64 ? I only tested ndk_translation of AVD13 with arm64 so far (also AVD12)

aleasto commented 1 year ago

Included in #70