3

I saw in some tutorial mention that we don't need to install cygwin after ndk 7. I had install the ndk 10, in tutorial it say we had the setup the ndk path in eclipse, the problems is i can't find ndk in my eclipse. enter image description here

& I NDK website also mention we need to install Cygwin 1.7 & higher.

So I confuse that do I still need to install Cygwin? enter image description here

& Do I need to install GNU Make & Awk? The tutorial that I follow doesn't mention about this..

Cœur
  • 37,241
  • 25
  • 195
  • 267
user2301281
  • 757
  • 2
  • 12
  • 27

1 Answers1

1

You only need cygwin to use ndk-gdb for native debugging, which does not work well, anyway. Adapted versions of GNU Make & Awk are part of NDK distribution.

The missing setting in ADT is probably a bug in the recent version, see e.g. Set Eclipse NDK Path Windows and Eclipse Juno ADT plugin NDK path removed?

Community
  • 1
  • 1
Alex Cohn
  • 56,089
  • 9
  • 113
  • 307