Helium314
Helium314
This one? [tombstone_17.txt](https://github.com/maplibre/maplibre-native/files/14668926/tombstone_17.txt)
How do you build the debug version? I get `CMake 3.19 or higher is required. You are running version 3.18.1-g262b901`, but [`dependencies.gradle`](https://github.com/maplibre/maplibre-native/blob/main/platform/android/gradle/dependencies.gradle) actually says `cmakeVersion : '3.18.1+',` and when I...
Thanks! So, onwards to the next error I guess: `License not found for target: mbgl-vendor-boost` (from license.cmake:24) Is there a debug apk I can download? I fear building this might...
The crash happens when I choose "add markers from json api". Everything above seems to work. [log.txt](https://github.com/maplibre/maplibre-native/files/14730360/log.txt) [tombstone_25.txt](https://github.com/maplibre/maplibre-native/files/14730361/tombstone_25.txt) [tombstone_26.txt](https://github.com/maplibre/maplibre-native/files/14730362/tombstone_26.txt) Edit: zooming in the simple map also crashes
As I mentioned, it does not only happen on S4 Mini, but also on S4 Mini VE, which is 2 years newer and has a 64 bit processor (SD410) but...
> The crash happens when I choose "add markers from json api". Everything above seems to work. [log.txt](https://github.com/maplibre/maplibre-native/files/14730360/log.txt) [tombstone_25.txt](https://github.com/maplibre/maplibre-native/files/14730361/tombstone_25.txt) [tombstone_26.txt](https://github.com/maplibre/maplibre-native/files/14730362/tombstone_26.txt) > > Edit: zooming in the simple map also crashes...
I hope this contains more usable information: [crash.zip](https://github.com/maplibre/maplibre-native/files/15143535/crash.zip)
> @Helium314 If you fancy taking a look at why ad blocker causes this page to crash, be my guest 😁 Disabling JavaScript also prevents the crash even when content...
Maybe it was data corruption, now it's ok
Yes, it will never be saved if the accuracy is worse than `reqdGpsAccuracy`. But even if the GPS accuracy is better, there's a catch: DejaVu uses a Kalman filter to...