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

Package name com.google.firebase.codelab.mlkit_custommodel caused problem

Open cons12 opened this issue 5 years ago • 1 comments

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 avatar Mar 13 '19 03:03 cons12

@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

irvin373 avatar Mar 14 '19 15:03 irvin373