简体   繁体   中英

How can I verify that Eclipse is using NDK?

I've followed the NDK tutorials and I'm still a bit confused. When I downloaded the android SDK, I had to tell the Eclipse IDE exactly where the SDK is located on disc. Cool. It worked, I'm happy.

The NDK instructions however don't tell you that. All they tell you is that you download the NDK and simply unzip it. It's just magically supposed to work.

I've followed the tutorial HERE .

The code is not working.

So how can I verify that Eclipse even knows I've downloaded the NDK?

Also, I am running this from OSX, so I am not using Cygwin.

When you build your program you use:

cd <project>
<ndk>/ndk-build

where <ndk> is the path of the directory. thats it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM