Hossam.
Hossam.
that's my code that start the navigation ``` start.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { NavigationLauncherOptions options = NavigationLauncherOptions.builder() .origin(Point.fromLngLat(markeri.getPosition().getLongitude(), markeri.getPosition().getLatitude())) .destination(destination).shouldSimulateRoute(false).build(); NavigationLauncher.startNavigation(MainActivity.this, options); } }); ``` it...
### [READ] Step 1: Are you in the right place? Yes — this issue is about a bug in Firebase Cloud Messaging in release builds. ### [REQUIRED] Step 2: Describe...
Component: CameraX (AndroidX Library) Description: We're experiencing a CameraUnavailableException in production on multiple HMD Global (Nokia) devices running Android 11. The error occurs during ProcessCameraProvider.getInstance(context) — the log shows: `Caused...