mapbox / mapbox-navigation-android-examples

Other
53 stars 46 forks source link

Android Auto Black Screen #192

Open BarisTuzemen opened 1 year ago

BarisTuzemen commented 1 year ago

I'm trying to integrate Android Auto into my application. Normally the first screen of my application is splashScreen. When I try to open my application with splashScreen, the map is not loaded in Android Auto and it remains on a black screen. What is the reason?

image

But when I try to start it with the mainActivity in the mapbox navigation example, the map is loaded into android auto.

image