Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Black screen if using emulator with MSAA enabled #1076

Closed
kiryldz opened this issue Jan 25, 2022 · 0 comments · Fixed by #1077
Closed

Black screen if using emulator with MSAA enabled #1076

kiryldz opened this issue Jan 25, 2022 · 0 comments · Fixed by #1077
Labels
bug 🪲 Something isn't working

Comments

@kiryldz
Copy link
Contributor

kiryldz commented Jan 25, 2022

Environment

  • Android OS version: confirmed on 29, but assume that any
  • Devices affected: any (?) emulator
  • Maps SDK Version: v10.3.0-beta.1

Observed behavior and steps to reproduce

Run activity on emulator and create MapView as:

val mapView = MapView(this, MapInitOptions(this, antialiasingSampleCount = 4))

No suitable EGL configs found and map is rendered black.

Expected behavior

Map should still be rendered. Correct solution will be to disable MSAA, log it as a warning and prepare EGL config without MSAA so that map renders.

Notes / preliminary analysis

Additional links and references

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant