Play Services Face API - 未下载本机库

时间:2015-12-03 23:21:08

标签: android google-play-services face-detection

我尝试使用Face API通过Google Play服务实现面部地标检测演示。 正如演示所说,如果设备没有需要FaceDetector工作的本机库,那么调用

detector.isOperational(); 

其中检测器的类型为FaceDetector将返回false,并且很快就会下载本机库(可能是当用户再次启动应用程序时它将被加载)。

但在我的情况下,它永远不会被加载,所以我不知道如何解决这个问题。

有什么想法吗?

非常感谢

1 个答案:

答案 0 :(得分:1)

<强>更新

Google Vision已将Google Play Services 8.4中的免费存储空间需求降至500 MB。请参阅此处的发行说明:

https://developers.google.com/vision/release-notes?hl=en