Manifest needs google-patching

Hey,

my project (https://f-droid.org/repository/browse/?fdid=com.metinkale.prayer) was disabled by the F-Droid Bot with the reason: “manifest needs google-patching”.

What does that mean?

How to fix it?

the source code is on: GitHub - metinkale38/prayer-times-android: A useful Application with a set of tools needed by every muslim.

Thanks in advance

metinkale38

1 Like

Looking at the last build log, the error is:

Git checkout of 'build issue' failed error: pathspec 'build issue' did not match any file(s) known to git.

https://f-droid.org/wiki/page/com.metinkale.prayer/lastbuild_184

This would indicate to me that it is trying to checkout a Git reference that doesn’t exist.

The last version that pulled correctly from Git was 3.6.4, which produced the following error during build:

https://f-droid.org/wiki/page/com.metinkale.prayer/lastbuild_183

Hope that gives you a place to start looking.

:app:processFdroidReleaseResources/home/krt/src/fdroiddata/build/com.metinkale.prayer/app/build/intermediates/manifests/full/fdroid/release/AndroidManifest.xml:456:28-51:
AAPT: No resource found that matches the given name (at 'value' with
value '@string/google_maps_key').
    
/home/krt/src/fdroiddata/build/com.metinkale.prayer/app/build/intermediates/manifests/full/fdroid/release/AndroidManifest.xml:454:
error: Error: No resource found that matches the given name (at
'value' with value '@string/google_maps_key').
1 Like