AtomicBoolean
AtomicBoolean

Reputation: 1230

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!

Upvotes: 0

Views: 294

Answers (1)

AtomicBoolean
AtomicBoolean

Reputation: 1230

When building the apk,

  • Select Generate Signed Bundle / APK...
  • Select APK.
  • Select Keystore path, alias, password.
  • uncheck V2

enter image description here

Upvotes: 0

Related Questions