uber / h3-java

Java bindings for H3, a hierarchical hexagonal geospatial indexing system
https://uber.github.io/h3/
Apache License 2.0
283 stars 54 forks source link

Build Android binaries with 16k alignment #159

Open isaacbrodsky opened 1 week ago

isaacbrodsky commented 1 week ago

We may need to rebuild or adjust our build settings to be compatible. Current page size is 4k. If nothing else, we should make a Hello World H3-on-Android app that we can use as a reference or for testing.

tyvsmith commented 1 week ago

The recommendation from Google is that page size should always be determined dynamically for the system it's running it. There are devices from 4 - 64 (even though 16 is the new default), but outside of Android, other systems have diverged too.