opentrace-community / opentrace-android

OpenTrace Android app. Reference implementation of the BlueTrace protocol.
https://bluetrace.io
GNU General Public License v3.0
577 stars 225 forks source link

Task :app:processDebugGoogleServices FAILED #48

Closed sudoharish closed 4 years ago

sudoharish commented 4 years ago

i have successfully tested 1)cloud function part, 2) in sample gradle.properties file as per doc just changed the region to my firebase storage region. 3)created the service.json file from firebase and paste it into the app/debug folder in android studio then synced, then i got below errors, do i need to do anything more, is it mandatory to have android dev account for testing purposes.

_> Task :app:processDebugGoogleServices FAILED
Parsing json file: C:\Users\Harish\StudioProjects\opentrace-android\app\src\debug\google-services.json

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:processDebugGoogleServices'.
> No matching client found for package name 'io.bluetrace.opentrace.stg'_

app_error

alexissinglaire commented 4 years ago

@sudoharish: refer to answer for issue #33 for the solution.

sudoharish commented 4 years ago

thanks @alexissinglaire