Questions tagged [fdroid]

For anything related to the F-Droid free software app store ecosystem: app builds, whitelabeling, setting up app repositories, licensing issues, etc.

F-Droid is both a repository of verified free software Android apps as well as a whole “app store kit”, providing all the tools needed to setup and run an app store. It is a community-run free software project developed by a wide range of contributors. It also includes complete build and release tools for managing the process of turning app source code into published builds.

The F-Droid server tools provide various scripts and tools that are used to maintain the main F-Droid application repository. You can use these same tools to create your own additional or alternative repository for publishing, or to assist in creating, testing and submitting metadata to the main repository.

17 questions
0
votes
1 answer

F-Droid release fails. ERROR: No signing certificates found in repo

On the F-Droid server, I drop the apk in fdroid/repo folder and run fdroid udpate -c but I get: ERROR: No signing certificates found in repo/MyApp.apk and WARNING: Skipping 'MyApp.apk' with invalid signature!
AtomicBoolean
  • 1,070
  • 13
  • 19
0
votes
0 answers

SDK Location not Found In Gradle Command Line Linux

I am trying to build my project using fdroid but it keeps failing when it gets to gradle. The project builds well in android studio but it always fail in gradle command line. I have search google multiple times but i could not get help from any…
Collins
  • 145
  • 2
  • 15
1
2