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

Results 48 codelab-mlkit-android issues
Sort by recently updated
recently updated
newest added

when i clicking in find text android studio showing this error W/DynamiteModule: Local module descriptor class for com.google.android.gms.vision.dynamite.ocr not found. I/DynamiteModule: Considering local module com.google.android.gms.vision.dynamite.ocr:0 and remote module com.google.android.gms.vision.dynamite.ocr:0 D/TextNativeHandle:...

Add codelabs link for https://developer.android.com/courses/pathways/android-week2-machine-learning

- Update Camerax and MLKit dependencies - Added missing Internet permission in Manifest, in order to download missing translation models

Missing INTERNET permission in Manifest, in order to download missing language models

Hi, I'm doing this codelab (2nd of 11 Weeks of Android) https://developer.android.com/codelabs/mlkit-android-translate?return=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-week2-machine-learning%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fmlkit-android-translate#4 and in this part in the repository didn't exist `recognizeTextOnDevice()` but exist `recognizeText()` without parameters. Cheers, Carlos

Hi, Thanks for the sample code. It's really good to get an example from you to how to use ML-kit. I'm not quite sure about what does the following lines...

Gradle DSL method not found: 'implementation()' Possible causes: The project 'ML Kit Translate Codelab' may be using a version of the Android Gradle plug-in that does not contain the method...

This tutorial used to include info about detecting objects (using TensorFlow) but I noticed that it is not there anymore.

When I try to run "FIND TEXT" on my emulator 10.1 WXGA (Tablet) API 29 I obtain the following issues : `W/DynamiteModule: Local module descriptor class for com.google.android.gms.vision.ocr not found....