Questions tagged [android-ndk-r5]

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 5 of the Android Native Development Kit. Otherwise, use the [android-ndk] tag, and make sure to include that anyway.

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 r5 of the Android Native Development Kit. Otherwise, use , and make sure to include that anyway.

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

78 questions
0
votes
1 answer

how to make executable(.exe) using arm-linux-androideabi-gcc?

I have one shared library ,Which written in c build using arm-linux-androideabi-gcc compiler now i want to test my shared library so i written one sample c which call that shared library(.so) and i want to make .exe , so when i compile i got the…
Mr.Cool
  • 1,525
  • 10
  • 32
  • 51
0
votes
1 answer

Android NDK: Error while opening a File written to SD card using NDK + SDK android

I am new to android and iam trying to read a file from SD card using NDK and sending that read bytes to SDK and iam writing it to the SD card using SDK (for checking).. I could sucefully make a call from NDK - SDK with the bytes and i could write it…
Sudarshan
  • 1,291
  • 3
  • 26
  • 35
0
votes
1 answer

How do you compile structs with member functions with Android NDK?

Possible Duplicate: “expected ':', ',', ';', '}' or 'attribute' before '{' token” in Struct member function Im compiling a C++ library with android ndk-build. I get compilation errors when the code has a struct with a member function defined in…
1 2 3 4 5
6