remote-android / redroid-doc

redroid (Remote-Android) is a multi-arch, GPU enabled, Android in Cloud solution. Track issues / docs here
4.3k stars 309 forks source link

Tiktok crashes when running on redroid 11 #754

Closed cchinm closed 1 month ago

cchinm commented 1 month ago

Describe the bug 请详细描述问题(ZH_CN) when I run tiktok using the redroid 11 , tiktok doesn't start properly

docker run -itd --rm --privileged \
    -v ~/android/data/data5655:/data \
    -p 5655:5555 \
    redroid/redroid:11.0.0-latest \
    ro.product.cpu.abilist=x86_64,arm64-v8a,x86,armeabi-v7a,armeabi \
    ro.product.cpu.abilist64=x86_64,arm64-v8a \
    ro.product.cpu.abilist32=x86,armeabi-v7a,armeabi \
    ro.dalvik.vm.isa.arm=x86 \
    ro.dalvik.vm.isa.arm64=x86_64

App Version Tiktok 35.3.4.apk

make sure the required kernel modules present 确保必须的内核功能已开启(ZH_CN)

Collect debug logs 收集调试日志(ZH_CN) redroid-debug.wHyZo1Cz.zip

Screenshots 截图(ZH_CN) If applicable, add screenshots to help explain your problem.

zhouziyang commented 1 month ago

Abort message: 'vendor/unbundled_google/libs/ndk_translation/runtime/host_call_frame_arm.cc:41: CHECK failed: 2927458984 == 2927460320'

Seems something wrong with the native bridge. How about redroid12? Try a native aarch64 platform if still cannot be resolved.

cchinm commented 1 month ago

Thank you @zhouziyang I've already switched to a aarch64 and successfully ran the TikTok app