mapbox / mapbox/mapbox-maps-android
Compass not visible when rotating map after exluding the lifecycle-plugin
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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