You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
* What went wrong:
Execution failed for task ':app:processReleaseGoogleServices'.
> No matching client found for package name 'com.rsk.rwallet.v2'
Thus this issue is to implement mechanism to create the google-services.json like is used in Blockchain quick_start.sh above, or add to readme instructions with enough information for creating a valid file.
The text was updated successfully, but these errors were encountered:
Hi @emanuelb !
Thanks for the contribution, as this is an open source project, we encourage you to make a PR with this change that you are suggesting, I personally think is a good idea for a quick start/engagement of new contributors.
Best
Pato
The fix I used (file from blockchain app) is probably incorrect (blockchain urls inside) even if it's working (app compiles), the google-services.json file should be minimal with enough information to make it work, it would be better if it's based on the file that used for the release version of the app (the same file or same schema/fields content just different values)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Build instructions include in 3: https://github.com/rsksmart/rwallet/blob/master/README.md#getting-started
But empty google-services.json file that is valid json (content
{}
) will result in error:so used file form: https://github.com/blockchain/My-Wallet-V3-Android/blob/75ebe718cb99c6d302efb90447f1719973deb93f/scripts/quick_start.sh#L7-L46 (same command to create file, but changed the package_name to
com.rsk.rwallet.v2
) to avoid error:Thus this issue is to implement mechanism to create the google-services.json like is used in Blockchain quick_start.sh above, or add to readme instructions with enough information for creating a valid file.
The text was updated successfully, but these errors were encountered: