Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't open flutter views running on redroid-11 with ndk_translation #812

Open
cs-awater opened this issue Jan 21, 2025 · 1 comment
Open

Comments

@cs-awater
Copy link

use Android 11 (redroid/redroid:11.0.0-latest) ,我的APP中Flutter界面都出现不同程度的空白

logcat:

01-21 08:07:11.584 49021 49161 E flutter : [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: value = null
01-21 08:07:11.584 49021 49161 E flutter : 
01-21 08:07:12.952 49021 49162 E ndk_translation: Undefined instruction 0x5ea1b801 at 0x00007af2bdf06c60
01-21 08:07:13.403 50032 50032 E libc    : The property "ro.build.fingerprint" has a value with length 102 that is too large for __system_property_get()/__system_property_read(); use __system_property_read_callback() instead.
01-21 08:07:13.903 49021 49162 E libc    : The property "ro.build.fingerprint" has a value with length 102 that is too large for __system_property_get()/__system_property_read(); use __system_property_read_callback() instead.
01-21 08:07:24.208 49021 50089 E CrashReport: #++++++++++Record By Bugly++++++++++#

我使用的发布版的redroid/redroid:11.0.0-latest, 还需要手动打镜像 加进libndk_translation吗,https://github.com/zhouziyang/libndk_translation

这个报错有没有关系
The property "ro.build.fingerprint" has a value with length 102 that is too large for __system_property_get()/__system_property_read(); use __system_property_read_callback() instead.

@zhouziyang
Copy link
Member

How about redroid12? which bundled with new libndk_translation;
BTW, try arm64 host if native bridge not work as exptected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants