I am facing an issue and would like开发者_运维问答 to know why this is happening. I have a project which consists of a Java file and some JNI & C++ code files. I am building JNI and C++ code thro
Bounty Since this is an important problem to me I\'ve stuck a bounty on. I\'m not looking for the exact answer -- whatever answer leads me to fix this problem gets the bounty. Please make sure you\'v
I\'ve written a NativeActivity that\'s crashing on launch because (my theory...) I\'m doing something wrong naming the shared library or the module or something in AndroidManifest.xml.Below is the out
Long Java/Android/JNI story short... I have two classes, an object/class which I created called Packet, and a JNI interface to lower-level C code that I wrote.In one class, I parse incoming packets an
I am writing a C program for use on the android command line. I haven\'t had any issues compiling until I started using message queues and including linux/msg.h (or sys/ms开发者_如何学Pythong.h). I am
I have ported and created several low-level C-libraries to Android for my use in my application.I cross-compiled them using the NDK, and then link to them using System.loadLibrary().After some amount
I\'ve built the native-audio example and downloaded it to my Galaxy Tab 10.1, but it doesn\'t work.It looks like it\'s going to start (i.e. the window name appears across the top), but then crashes ha
I am looking into clearing up my confusion on how to capture and render audio using native code on the Android platform. What I\'ve heard is that theres an API for audio called OpenSL. Is there any re
I create a security application just like Mcafee wave secure. My application is listening for SMS command and doing some action when the command is match, so I create a form with another service for l
I am getting these errors when i am trying to compile my sample native (cpp) code in my machine. I am trying to compile the native code with the help of the NDK from the cygwin.