LinuxCommandLibrary

fdroid

F-Droid build tool.

TLDR

Build a specific app

$ fdroid build [app_id]
copy


Build a specific app in a build server VM
$ fdroid build [app_id] --server
copy


Publish the app to the local repository
$ fdroid publish [app_id]
copy


Install the app on every connected device
$ fdroid install [app_id]
copy


Check if the metadata is formatted correctly
$ fdroid lint --format [app_id]
copy


Fix the formatting automatically (if possible)
$ fdroid rewritemeta [app_id]
copy

Copied to clipboard