googlesamples / android-vision

Deprecated: The Mobile Vision API is now a part of ML Kit: Check out this repo:
https://github.com/firebase/quickstart-android/tree/master/mlkit
Apache License 2.0
2.93k stars 1.73k forks source link

cannot resolve symbol 'samples' during import #71

Open sungju1203 opened 8 years ago

sungju1203 commented 8 years ago

im trying to use barcode-reader in visionSamples to implement in webview in my existing app. So I started off with adding BarcodeCaptureActivity class (copy and paste from sample) and added to my project and made small change in build.gradle. however, android studio cannot recognize these 3 imports: import com.google.android.gms.samples.vision.barcodereader.ui.camera.CameraSource; import com.google.android.gms.samples.vision.barcodereader.ui.camera.CameraSourcePreview;

import com.google.android.gms.samples.vision.barcodereader.ui.camera.GraphicOverlay;

i have samples marked red and error message is telling me that "error: package com.google.android.gms.samples.vision.barcodereader.ui.camera does not exist" why am i getting this error?

crescent7272 commented 3 years ago

same here I do not know what am I missing.

radarcontact commented 2 months ago

same