Slappy826

Results 6 comments of Slappy826

Any progress on this? Id like to use this feature.

> [waydroid-logcat.txt](https://github.com/waydroid/waydroid/files/15061719/waydroid-logcat.txt) [@MixedVictor ](https://github.com/Slappy826/libndk-fixer/issues/3) ```AndroidAppSettings: [d.m()-2]: dlopen failed: "/data/app/~~HNG5UqCuQhaby4L_8Lf60Q==/com.roblox.client-2yCsw5WTawS0sItosdMFPw==/lib/arm/libroblox.so" is for EM_ARM (40) instead of EM_386 (3)``` You need to find a apk of roblox that contains a AArch64/Arm64 build...

The error you are describing is because the the apk that you installed only contains 32-bit (armv7) native binaries, while as far as I know libndk only supports translation of...

Most likely roblox has removed the code that was causing issues in their app, may also have something to do with them now releasing x86_64 binaries for android which means...

I recommend using the native x86_64 version of the roblox apk, if you can find it.

Not sure what would be causing the issue (or if its related to this project) without any logs.