codelab-mlkit-android icon indicating copy to clipboard operation
codelab-mlkit-android copied to clipboard

Won't build

Open vpermits opened this issue 5 years ago • 0 comments

I downloaded the MLKit and opened the final project and it won't execute because:

Execution failed for task ':app:processDebugGoogleServices'.

File google-services.json is missing. The Google Services Plugin cannot function without it. Searched Location: /Users/scott/Downloads/mlkit-android-master/custom-model/final/app/google-services.json /Users/scott/Downloads/mlkit-android-master/custom-model/final/app/src/nullnull/google-services.json /Users/scott/Downloads/mlkit-android-master/custom-model/final/app/src/debug/google-services.json /Users/scott/Downloads/mlkit-android-master/custom-model/final/app/src/nullnullDebug/google-services.json /Users/scott/Downloads/mlkit-android-master/custom-model/final/app/src/nullnull/debug/google-services.json /Users/scott/Downloads/mlkit-android-master/custom-model/final/app/src/debug/nullnull/google-services.json

Looks like docs direct me to Firebase on how to get the .json and that was a "fail". I think this is a bad start for a newbie...

vpermits avatar Nov 06 '20 00:11 vpermits