android / codelab-mlkit-android

Other
179 stars 101 forks source link

Won't build #48

Open vpermits opened 3 years ago

vpermits commented 3 years ago

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...