You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting compilation error when trying to compile navigation sample app - see
git/car-samples/car_app_library/navigation/src/main/java/androidx/car/app/samples/navigation/car/NavigationSession.java:110: error: <anonymous androidx.car.app.samples.navigation.car.NavigationSession$2> is not abstract and does not override abstract method onProviderDisabled(String) in LocationListener
new LocationListener() {
The text was updated successfully, but these errors were encountered:
@asimwaleed and @karczews Are you able to detect your NAVIGATION app in Android Auto or desktop head unit? If so, do you mind sharing your manifest file and Gradle file (only related to the android auto part)? That would be of great help.
I'm getting compilation error when trying to compile navigation sample app - see
The text was updated successfully, but these errors were encountered: