hiroshiyui / GuilelessBopomofo

Guileless Bopomofo(樸實注音鍵盤)- A Bopomofo(注音符號)software keyboard (aka input method editor) on Android, which is utilizing libchewing for intelligent phonetic processing.
Other
91 stars 5 forks source link

F-Droid build failed: Clean depends on prepareChewing #16

Closed linsui closed 2 years ago

linsui commented 2 years ago

fdroidserver run gradle clean before scan. The clean task depends on prepareChewing which build some binaries so that we got

2021-08-09 10:12:56,559 ERROR: Found binary at app/libs/libchewing/src/tools/dump_database
2021-08-09 10:12:56,559 ERROR: Found binary at app/libs/libchewing/src/tools/init_database

We can just remove them but I thought this is a bug. What do you think? Will you change that or we should just remove them? Thanks!

hiroshiyui commented 2 years ago

@linsui I will try to fix it later, and I must say thank you and apologize for any inconvenience caused.

linsui commented 2 years ago

Thanks!

hiroshiyui commented 2 years ago

@linsui Release 1.4.1 should do the correct related cleaning tasks while running gradle clean, if the issue still occurs, please don't hesitate to let me know, thanks!

linsui commented 2 years ago

It builds fine. Thanks!