Get the following error running the Flutter Build task:
Execution failed for task ‘:app:processReleaseGoogleServices’.
File google-services.json is missing. The Google Services Plugin cannot function without it.
Searched Location:
/Users/vagrant/git/android/app/src/nullnull/release/google-services.json
/Users/vagrant/git/android/app/src/release/nullnull/google-services.json
/Users/vagrant/git/android/app/src/nullnull/google-services.json
/Users/vagrant/git/android/app/src/release/google-services.json
/Users/vagrant/git/android/app/src/nullnullRelease/google-services.json
/Users/vagrant/git/android/app/google-services.json
- I’ve added the the google-services.json to the GENERIC FILE STORAGE, which generated the url key
- Added a Google Deploy task after the Flutter Build task
- Added the URL KEY to Service Account JSON key file path.
Not sure which steps I should be taking next. I need the google-services.json for the flutter maps package.
Hope you can help me. Thanks!