<Android Auto error : Action strip for this templa...
# stackoverflow
u
Android Auto error : Action strip for this template must be set I've been playing around with Android Auto recently and I am currently trying to make a navigation app using the Navigation Template provided in the android for cars library. I'm trying to utilize this template under the NavigationScreen class, but I'm getting the following error: ... Caused by: java.lang.IllegalStateException: Action strip for this template must be set ... at com.smartherd.mynavapp.NavigationScreen.onGetTemplate(MyNavigationCarAppService.kt:37) ... Here's the...