I have no idea what’s going on. I have been following some tutorials, and have properly set up my project with the NDK. I did mess around with things a bit last week, but my project still seems to work correctly. I am trying to find the NDK path but the tab is no longer there…

The Native Development tab should be where the red bar is. I know it was there sometime last week. Is it possible I deleted something from eclipse that would remove this tab?
Problem solved. The address to where I unzipped my NDK folder wasn’t added to my computer’s PATH variable. Strange, as I distinctly remember doing that at one point, but until that address is added to the PATH variable the option just doesn’t show up in Eclipse.
If anyone knows of anyway that the PATH variable is changed other than through the users doing, please let me know. I don’t remember editing the PATH variable and have no idea why I would have.
For Windows 7 Professional :
Start->Right Click On Computer->Properties->Advanced System Settings->Environment Variables
I had already had a
Pathvariable underSystem variables, and aPATHvariable underUser variables...In both variables, I added the address to my NDK folder. Separate the new address from the one already existing inside with a semi-colon.
The tutorial that helped me figure this out is here at step #5