codelab-mlkit-android
codelab-mlkit-android copied to clipboard
Package name com.google.firebase.codelab.mlkit_custommodel caused problem
The package name "com.google.firebase.codelab.mlkit_custommodel" we are asked to fill in at step 4 should just be "com.google.firebase.codelab.mlkit". Because in the beginning, in the source code we downloaded, there is no custommodel directory anymore, if we filled in com.google.firebase.codelab.mlkit_custommodel as the package name, the package name generated in the google_services.json caused compile error in the build process, because it couldn't find the custom dir.
@cons12 you need download in mlkit-android-image_labeling
the file is in other codelab you can download here:
https://codelabs.developers.google.com/codelabs/mlkit-barcode-android/index.html?index=..%2F..index#1
and you can finish the codelab