Android Build can not be load custom.txt #142
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have recently been testing a self‑hosted rdgen service. I tried building an Android client, but found that after installing the APK it cannot correctly load
custom.txt.As shown in the screenshot, I checked the compilation status by loading vscode‑server in the workflow, and
custom.txtis already included in Flutter’s assets folder.How should I continue debugging? For more information, my Android phone runs LineageOS 22, does not have root access, but does have ADB access.
Additionally, I discovered the code at line 1543 in common.rs; it only loads custom.txt when
debug_assertionsis enabled. Could this be the reason why loading custom.txt fails?2fbc0625de/src/common.rs (L1543)Trying out some stuff fot that
https://github.com/VenimK/creator