Android Mobile Vision API 和 ML Kit 安装时没有 Google Play Services

Android Mobile Vision API and ML Kit installed without Google Play Services

我有一个 Android 应用程序,它使用 Android 移动视觉 API 来识别文本 (OCR)。但是,安装该应用程序的设备没有安装 Google Play 服务。

我想了解是否可以仅安装 Mobile Vision API 或 ML Kit 而无需安装 Google Play 服务。

OS:棒棒糖

Android Mobile Vision API

ML Kit

TL;DR:两者都需要 Play 服务

Firebase ML Kit,无论是离线拉丁版本还是在线版本,都需要 firebase-core 和 google-services (Google Play Services 15.0.0 或更高版本) .

|-com.google.firebase:firebase-ml-vision
  |-com.google.firebase:firebase-core
    |-com.google.gms:google-services

Prerequisites

  • A device running Android 4.0 (Ice Cream Sandwich) or newer, and Google Play services 15.0.0 or higher.

回复:https://firebase.google.com/docs/android/setup

Google 的 Mobile Vision API,被 ML Kit 取代,也需要 Play Services。

  • Have an Android device for testing, that runs Android 2.3 (Gingerbread) or higher and includes the Google Play Store.