-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue #33
Comments
Hello @pavankumarupai37 I was facing same issue.
That's it! Clear build and run again. |
Thank you I will look into it.
…On Thu 23 Jul, 2020, 11:40 AM mitjnextt ***@***.*** wrote:
Hello @pavankumarupai37 <https://github.com/pavankumarupai37> I was
facing same issue.
I resolved it by installing firebase properly:
1. Setup Firebase <https://firebase.google.com/docs/android/setup>
2. In your project-level build.gradle file, make sure to include
Google's Maven repository in both your buildscript and allprojects
sections.
3. Add the dependencies for the ML Kit Android libraries to your
module (app-level) Gradle file (usually app/build.gradle):
implementation 'com.google.firebase:firebase-ml-vision:24.0.3'
That's it! Clear build and run again.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOE2U3CDWXHJVKWBCNLX7Q3R47H5LANCNFSM4NJPHZAQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kindly help me out asap
The text was updated successfully, but these errors were encountered: