Window上使用Android Studio编译后,除了默认的英文输入,其他所有的输入法添加后都是(not available) #573
-
APK的release版本大小只有8Mb,像是其他输入法的配置都没有载入成功,但是已经按照项目流程进行配置了。请问如何解决 |
Beta Was this translation helpful? Give feedback.
Answered by
rocka
Aug 26, 2024
Replies: 1 comment 9 replies
-
应该是漏了一步 On Windows, you may need to regenerate symlinks to submodules README.md 里面有 Lines 99 to 120 in d07838d fcitx5-android/.github/workflows/pull_request.yml Lines 29 to 33 in d07838d |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
应该还是没复制全。默认已经有根据系统语言自动添加对应的输入法的功能了,比如简体中文
zh_CN
就自动添加拼音https://github.com/fcitx/fcitx5/blob/5.1.10/data/default/zh_CN#L2
在 apk 中是 assets/usr/share/fcitx5/default 这个目录