mapbox / mapbox/mapbox-maps-android

Compass not visible when rotating map after exluding the lifecycle-plugin

Open
#2,634 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

auto-triaged bug :beetle:
Dominant language
Kotlin
Stars
578
Forks
161
PR merge metrics
No merged PRs in 30d

Description

Environment

  • Android OS version: 15
  • Devices affected: all (tested on Emulators and Pixel 8 device)
  • Maps SDK Version: com.mapbox.maps:android-ndk27:11.12.1

Observed behavior and steps to reproduce

No compass is visible when rotating map when I use the -ndk27 version of the sdk in order to support 16kb page size.

dependencies {
    implementation ('com.mapbox.maps:android-ndk27:11.12.1')
}

When I use the release without the -ndk27and make a clean build, it is working as expected.

Expected behavior

Compass should be visible when rotating the map using the default configuration.

Notes / preliminary analysis

Additional links and references

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue with com.mapbox.maps:android-ndk27:11.12.1 on Android 15, then compare it with the same map using the release without -ndk27 after a clean build. Trace the default compass configuration and packaging differences; done means the compass is visible while rotating the map with the -ndk27 dependency.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
mobile-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.