How to install Android NDK on Windows? without any unix-linux files an easy way?

I have been trying to install Android NDK on windows for several days, can someone explain the simple way with the image tutorial and explain how to install it?

How can I use C / C ++ in my Android applications ???

PS: I don’t know how to use Linux / Unix, so please don’t refer to my Linux versions, I read all the tutorials in

Android NDK and one more and one more ....

Thanks in advance ... any help would be appreciated.

+4
source share
2 answers

You can link to the link. You need cygwin to start doing C / C ++ development in a window.

In my opinion, I'm afraid there is no easy way in Android NDK to open a window. My experience with Android NDK on the window was terrible. So I go to Ubuntu at the end.

+2
source

If you really want to avoid all Linux and Linux-like ones (like Cygwin and friends), check out vs-android

0
source

Source: https://habr.com/ru/post/1396011/


All Articles