I have a working app that displays a map and the route driven.
I have now added an Automotive module to it and I can start running the new module on an Automotive emulator.
Things work fine for everything, except that the onMapReady Callback is never called in this case.
When I let the module run on a normal phone emulator, the callback is called.
This would point to a missing configuration in the Automotive emulator, but I cant find anything like that.
Anyone having a idea what the reason could be?