You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With these changes we fully support the AndroidStudio IDE, files have proper intellisense, builds work, and debugging is seamless (if you have symbols in your binaries)
Features:
* Support for AndroidStudio.
* Access to all C++ source files from all projects.
* Improved 'ICE_ASSERT_CORE' to support constexpr contexts.
* Updated NDK to version 28.1, which builds by default with 16KiB page support.
* Retargeted Android examples to API Level 35
Fixes:
* Fixed threads platform feature was missing AIOPort object.
* Fixed aligned allocation crash by using 'posix_memalign' instead of 'aligned_alloc'.
* Fixed various missing-symbol errors at runtime.
Improvements:
* Added linker flag to check for missing symbols during linking. (-Wl,-z,defs)
* Added assertion to URI parsing. (including constexpr contexts)
* Added assertion to Shard creation. (including constexpr contexts)
Other
* Tested and executed on Android emulators (x64-16KiB and armv8-4KiB)
0 commit comments