googlesamples / io2015-codelabs

codelabs for Google I/O 2015
https://codelabs.developers.google.com/
Apache License 2.0
516 stars 165 forks source link

Wrong Google Play Services version in step 3 through of Barcode Detection tutorial #122

Open aresilek opened 7 years ago

aresilek commented 7 years ago

In step 3 of the Barcode tutorial (https://codelabs.developers.google.com/codelabs/bar-codes/#2) - Configure Build.gradle the version is 7.8.0+ while at a minimum version 8.1 is needed. Using 7.8.0 results in a crash when using the camera.

See StackOverflow question: http://stackoverflow.com/questions/35029175/getting-exception-when-setting-frame-builder-in-eclipse

Also the source code in the sample specifies version 8.1 in the comments: https://github.com/googlesamples/android-vision/blob/master/visionSamples/barcode-reader/app/build.gradle