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 #22

Closed linsui closed 2 years ago

linsui commented 2 years ago

(You may use Mandarin or modern Hanyu here)

Describe the bug

> Task :app:clean FAILED
make: *** No rule to make target 'clean'.  Stop.

FAILURE: Build failed with an exception.

* Where:
Build file '/home/vagrant/build/org.ghostsinthelab.apps.guilelessbopomofo/app/build.gradle' line: 89

* What went wrong:
Execution failed for task ':app:clean'.
> Process 'command 'make'' finished with non-zero exit value 2

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

Could you please take a look? Thanks!

hiroshiyui commented 2 years ago

@linsui Thanks for the issue report, I've fixed several places to make the building task work as expected, include project's source code and F-Droid metadata, also I've tested running fdroid build -v -l org.ghostsinthelab.apps.guilelessbopomofo on my machine which had been done successfully with a valid APK file been generated.

hiroshiyui commented 2 years ago

Seems I have to install newer version of CMake from upstream. Edited build metadata again.

linsui commented 2 years ago

Thanks!