Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 236 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 236 Bytes

Android Native Application with ImGui

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