应用程序未列在Android Auto中

时间:2016-12-22 13:56:56

标签: android android-auto

我正在尝试为Android Auto开发媒体应用程序。为了帮助我,我已经下载了AndroidMediaBrowserService示例(https://github.com/googlesamples/android-MediaBrowserService)。 我已成功安装该应用程序,但当我在手机上启动Android Auto并点击右下角的“媒体”图标时,该应用程序未与其他应用程序一起列出,我无法找到为什么。有人能帮帮我吗?

3 个答案:

答案 0 :(得分:1)

还要在android自动仿真器中启用开发人员模式,以便它可以识别您的手机apk的调试版本。 https://www.howtogeek.com/271132/how-to-enable-developer-settings-on-android-auto/

以应用程序模式作为开发人员。

答案 1 :(得分:0)

清单文件中没有显示

<meta-data android:name="com.google.android.gms.car.application"
        android:resource="@xml/automotive_app_desc"/>

<meta-data android:name="com.google.android.gms.car.notification.SmallIcon"
        android:resource="@drawable/ic_notification" />

答案 2 :(得分:0)

清除Android Auto的应用数据对我有用。 开发人员模式和未知来源当然需要在Android Auto中启用。