- What went wrong: Execution failed for task ':app:processDebugGoogleServices'.
No matching client found for package name 'com.example.myapp '
- Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
This is a client portion from Google Service.json
"client": [https://stackoverflow.com/questions/66766493/execution-failed-for-task-appprocessdebuggoogleservices-no-matching-clien {
"client_info": {
"mobilesdk_app_id": "1:110944006455:android:f790b09ad0563a63046ab2",
"android_client_info": {
"package_name": "com.example.myapp"
}
}
And here is my build.gradle
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.riderapp "
minSdkVersion 16
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
You can see that the application ID for both is same. Yet I receiver this error:
- What went wrong:
Execution failed for task
:app:processDebugGoogleServices
No matching client found for package name 'com.example.myapp'