Android Native Application with ImGui
February 6, 2023 ยท View on GitHub
Build
ANDROID_NDK_HOME=/path/to/android/ndk/25.1.8937393/
cmake --preset dev-arm64 -B build -S .
cmake --build build --target sign_apk_debug
Screenshot

February 6, 2023 ยท View on GitHub
ANDROID_NDK_HOME=/path/to/android/ndk/25.1.8937393/
cmake --preset dev-arm64 -B build -S .
cmake --build build --target sign_apk_debug
