remote-android/redroid-doc

Tiktok crashes when running on redroid 11

cchinm opened this issue · 2 comments

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)

  • grep binder /proc/filesystems
  • grep ashmem /proc/misc (optional)

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

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

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.

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