pthom / hello_imgui

Hello, Dear ImGui: unleash your creativity in app development and prototyping
https://pthom.github.io/hello_imgui
MIT License
606 stars 91 forks source link

Building Android #20

Closed SliceCast closed 2 years ago

SliceCast commented 2 years ago

How do you build this? I ran the SDL.sh first, then the cmake_arm7.sh, but I don't get a Android Studio project of IMGUI. It always shows an error that CMakeLists.txt(error7).

pthom commented 2 years ago

Hum, your question is too broad, and the hints you cannot let me help ("error 7" is not something I can decrypt). May be you should study more completely the error message, and try to solve the issue with what is stated there. If not, post some more details here.

pthom commented 2 years ago

I would suspect that your compler is not detected. Did you install the Android Sdk and point to it install location as explained here?