Google Vision barcode library not found
I'm trying to use the new feature in Google Play Services (Vision) to add QR code scanning to my application. But when I run my app I get this: I/Vision﹕ Supported ABIS: [armeabi-v7a, armeabi] D/Vision﹕ Library not found: /data/data/com.google.android.gms/files/com.google.android.gms.vision/barcode/libs/armeabi-v7a/libbarhopper.so I/Vision﹕ Requesting barcode detector download. I have declared barcode dependency as per tutorial: <meta-data android:name="com.google.android.gms.vision.DEPENDENCIES" android:value="barcode" /> I tried reinstalling the app and restarting the phone, nothing helps.