Navigation sample fails to compile
- Dominant language
- Java
- Stars
- 464
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
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: is not abstract and does not override abstract method onProviderDisabled(String) in LocationListener
new LocationListener() {
```
Contributor guide
Research direction
Open git/car-samples/car_app_library/navigation/src/main/java/androidx/car/app/samples/navigation/car/NavigationSession.java at line 110 and inspect the LocationListener implementation. Compile the navigation sample to reproduce the error and verify that the sample builds without the missing onProviderDisabled(String) error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100