我目前正在探索Android Vision API,并尝试在手机上测试样本“条形码阅读器”应用程序(nexus 4 -android 5.1.1和google play services 8.1.15)。我一直在日志猫中收到以下消息。该应用程序不会在我的手机上崩溃,但条形码检测也无法正常工作。我从https://github.com/googlesamples/android-vision获取了示例代码。我还检查了手机上的可用空间,它显示了1.73 GB的可用空间。任何建议,将不胜感激。
I/GMPM﹕ App measurement is starting up
E/GMPM﹕ getGoogleAppId failed with status: 10
E/GMPM﹕ Uploading is not possible. App measurement disabled
W/ResourcesManager﹕ Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
W/ResourcesManager﹕ Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
I/Vision﹕ Supported ABIS: [armeabi-v7a, armeabi]
I/Vision﹕ Requesting barcode detector download.
W/Barcode-reader﹕ Detector dependencies are not yet available.
答案 0 :(得分:0)
我清除了播放服务缓存和数据,然后重新启动了我的手机。示例应用程序现在正在运行。