hackp0int
hackp0int

Reputation: 4161

How do i install Android NDK on Windows OS? without any Unix Linux stuff the easy way?

I am struggling to install the Android NDK on windows for a few day's , can someone explain the easy way with image tutorial and explanations how to install it?

How i would be able to use the C/C++ in my Android applications???

PS: I do not know how to use Linux / Unix , so please do not refer me Linux implementations, I have read all the tutorials in

Android NDK and another one and another one....

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

Upvotes: 5

Views: 15569

Answers (2)

NuSkooler
NuSkooler

Reputation: 5525

If you really want to avoid all Linux and Linux-like (e.g. Cygwin & friends), take a look at vs-android

Upvotes: 1

PH7
PH7

Reputation: 3916

You could refer to this link. You need cygwin to start doing C/C++ development on window.

In my opinion, I am afraid there is no easy way going Android NDK on window. My experience with Android NDK on window was terrible. Thus I move to Ubuntu at the end.

Upvotes: 2

Related Questions