Though Android-NDK (JNI of Android) I\'m trying to use the STL to make it easir work with strings. The following code, crashes on execution:
I have been trying to create an Audio player via the OpenSL ES API\'s for Android. However, I get an error when I try to run my code, which signals that I fed a bad parameter to CreateAudioPlayer():
I have a c++ class called androidGPS with public methods and variables. Inside this class I am using JNI to calls some java code. But I am stuck in the registerNatives function.
I\'ve written my C++ classes and now I have to create the library to use them on android. One classes handles a database, which I\'ve prepared in advance (it includes pictures and strings). In Qt it w
I am using Necessitas (QT in Android). Basically, using the Android NDK an android activity calls a QT application (.so).
I need to get 开发者_如何学运维the output of ExceptionDescribe() in JNI as string so I can write it afterwards in a file instead of writing it directly on command line. Is there any way or idea how to
Oracle Forms provides a 开发者_如何学CPL/SQL package named JNI to interact with Java. Does anyone know where I may find this package\'s documentation? I have only been able to glean parts of its API b
I have a Java application that is running on a Windows mobile device.I need to be able to turn Bluetooth on and off so it is executing some native code to do this.The problem is that I am trying it ou
How can I access the current Android activity class? I am using the necessitas framework (QT in Android). Basically, using the Android NDK an activity calls a QT application (.so). All runs fine. Now
I have a string array like {\"myname\",\"yourname\",\"hisname\"} and I am trying to send this array to C with using J开发者_运维百科NI. I could not find any clear solution for this. I have tried to ta