Questions tagged [android-ndk-r4]

The Android Native Development Kit enables users to call C/C++ code from their applications running in the Dalvik Virtual Machine. Use this tag only for questions relating specifically to revision 4 of the Android Native Development Kit. Otherwise, use the [android-ndk] tag, and make sure to include that anyway.

The Android Native Development Kit (NDK) enables users to call C/C++ code from their applications running in the Dalvik Virtual Machine.

Use this tag only for questions relating specifically to revision 4 of the Android NDK. Otherwise, use , and make sure to include that anyway.

Information about specific features in revision 4 is available at the NDK Revision History page.

16 questions
0
votes
1 answer

Problems running 2 sample NDK applications

I have installed the android tool chain within eclipse and am working through all the sample apps under the NDK. The apps all build fine with ndk-build and were imported into eclipse without issue. Most of them run just fine on the emulator but 2…
1
2