-1

什么是 Android 汽车操作系统?在 Google I/O 2019 上,有一个关于为汽车构建 Android 应用程序的会议,并提到了一个新的汽车操作系统。它是什么?它可以在用户的​​ Android 手机上运行吗?https://events.google.com/io/schedule/events/b57b960c-a05b-4f65-b739-b85e2613a405

4

3 回答 3

2

Android Automotive OS 是具有自己平台的 Android 的新变体,类似于 Android TV 的工作方式。根据官方文档:

Android Automotive OS 允许用户将独立的应用程序安装到他们车辆的信息娱乐系统上。这些独立应用程序必须经过驱动程序优化,并与您的手机应用程序分开。

Android Automotive OS 有自己的专用 Play 商店,针对该平台的应用必须<uses-feature android:name="android.hardware.type.automotive" android:required="true" />在其清单中声明才能安装。有关为这个新平台添加对现有应用程序的支持的更多信息,请参阅https://developer.android.com/training/cars#automotive-os-auto

于 2019-05-06T23:47:48.737 回答
0

没有“Android Automotive OS”不能在您的手机上运行。它由制造商安装在车辆上。它是汽车的内置信息娱乐系统。

这与“Android Auto”不同。“Android Auto”在您的手机上运行,​​并允许您将手机上运行的某些应用程序投射到车辆的信息娱乐显示屏上。(您的手机使用 USB 数据线或蓝牙连接到汽车。)例如,您手机上运行的 Google 地图应用程序会在车辆显示屏上显示其地图。您还可以使用汽车的扬声器收听手机上播放的音乐。您可以使用汽车的麦克风和扬声器使用语音与 Google 助理(也在您的手机上运行)进行交互。

于 2019-05-21T18:49:26.030 回答
0

Android Auto is the Android Auto application running on the Android phone, and showing on the vehicle screen through the projection service implemented by the vehicle. Now Android Auto supports either wire or wireless projection.

Android Automotive is another android running on the vehicle to provide in-vehicle infotainment system. Like Android phone serves the telephony services through the RIL hardware abstraction interface, Android Automotive has its Vehicle HAL to talk to the vehicle to provide the controls or communications to the vehicle, such as HVAC controls. From the revealed Polestar 2, the Android Automotive will serve the Google Assistant voice control, google Maps for Navigation, and play store for application installation.

于 2019-06-27T20:20:08.540 回答