可以在没有 GMS 的情况下使用 Google API 吗?

Can one use the Google APIs without GMS?

我计划构建一个使用 AOSP 作为操作系统的设备,并将 运行 一个界面应用程序。 我知道我可以使用 https://developer.android.com/reference/packages.html.

中的 API

来自 https://developers.google.com/android/reference/packages 的 API 仍然提供了更多的灵活性。

是否可以在不从 Google 购买 GMS package 的情况下使用它们?

(如果这不是提问的地方,请说明我应该把它移到哪里)

May one use them without purchasing the GMS package from Google ?

没有

I plan to build a device that will use AOSP as operating system and will run a app for the interface.

您可能希望考虑改用 Android Things,因为它为您提供了 Play 服务 SDK API 的子集。