Open pavankumarupai37 opened 4 years ago
Hello @pavankumarupai37 I was facing same issue. I resolved it by installing firebase properly:
build.gradle
file, make sure to include Google's Maven repository in both your buildscript
and allprojects
sections.implementation 'com.google.firebase:firebase-ml-vision:24.0.3'
That's it! Clear build and run again.
Thank you I will look into it.
On Thu 23 Jul, 2020, 11:40 AM mitjnextt <notifications@github.com wrote:
Hello @pavankumarupai37 https://github.com/pavankumarupai37 I was facing same issue. I resolved it by installing firebase properly:
- Setup Firebase https://firebase.google.com/docs/android/setup
- In your project-level build.gradle file, make sure to include Google's Maven repository in both your buildscript and allprojects sections.
- 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 https://github.com/zsajjad/react-native-text-detector/issues/33#issuecomment-662835389, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOE2U3CDWXHJVKWBCNLX7Q3R47H5LANCNFSM4NJPHZAQ .
Kindly help me out asap