Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Application not listed in Android Auto

I'm trying to develop a media application for Android Auto. To help me, I've downloaded the AndroidMediaBrowserService Sample (https://github.com/googlesamples/android-MediaBrowserService). I've succeded in installing the application, but when I launch Android Auto on my phone and I click the Media icon in the bottom right corner, the application is not listed with the other ones and I can't find out why. Can someone help me please ?

like image 747
Guillaume BEGUIN Avatar asked Dec 22 '16 13:12

Guillaume BEGUIN


1 Answers

enable developer mode in android auto emulator as well, so that it can identify your debug version of phone apk. https://www.howtogeek.com/271132/how-to-enable-developer-settings-on-android-auto/

put application mode as developer.

like image 149
Harsh Avatar answered Oct 23 '22 03:10

Harsh