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.92k stars 1.73k forks source link

Error in code #190

Open sajal-mittal opened 7 years ago

sajal-mittal commented 7 years ago

R variable can't be recognized!! and Error:Execution failed for task ':app:clean'.

Unable to delete file: D:\Android Studio\android-vision-master\visionSamples\ocr-reader\app\build\intermediates\exploded-aar\com.android.support\animated-vector-drawable\24.2.0\jars\classes.jar

abhigarg commented 7 years ago

This is not a bug in the code. But this is a bug in the android studio permissions which is not allowing android studio to delete this jar file when 'app:clean' is executed. You will have to manually delete all such files for 'app:clean' to work.