-
I'm trying to build an Android APK according to INSTALL.md. The $ ./gradlew clean assembleWebBeta
...
> Task :processWebBetaGoogleServices FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':processWebBetaGoogleServices'.
> No matching client found for package name 'app.organicmaps.beta' In fact no other combination of build types and flavors work either, for example |
Beta Was this translation helpful? Give feedback.
Answered by
biodranik
Sep 27, 2021
Replies: 1 comment 1 reply
-
Try to build assembleFdroidRelease (or Beta). For other betas you need a google-services.json file with matching app id. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alanorth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try to build assembleFdroidRelease (or Beta).
For other betas you need a google-services.json file with matching app id.