android-ndk
Android NDK make file
i am trying to execute a sample in ndk,but getting the following error. Android NDK: There is no Android.mk under mp3solutions/jni[详细]
2023-04-07 13:21 分类:问答Casting a C++ long type to a JNI jlong
I am using JNI to pass data between C++ and Java. I need to pass a \'long\' type, and am doing so using something like:[详细]
2023-04-07 09:28 分类:问答libdvm.so location
I have a linker error when trying to build my JNI application: undefined refer开发者_如何转开发ence to `JNI_GetCreatedJavaVMs\'[详细]
2023-04-07 02:49 分类:问答When/why does my Java singleton instance get destroyed?
I have an android app that is setup to start a Java activity (call it MyJavaActivity), which in turn launches a NativeActivity. When the NativeActivity finishes it returns back to MyJavaActivity.[详细]
2023-04-06 17:24 分类:问答Precompiling static library in Android NDK - sources in separate directory tree
I am trying to precompile a static library using the Android NDK. This precompiled static library will later be linked with JNI code in other projects. I do not have an Eclipse project associated with[详细]
2023-04-06 10:16 分类:问答android ndk native code fopen() path
I am new to programming and tryin开发者_运维问答g to learn android with native c++ code. I am trying to open a bitmap file in native code so I can load it as a texture in opengl.[详细]
2023-04-06 09:12 分类:问答Error while executing build.sh in ffmpeg-android
I downloaded ffmpeg-android from the link : http://bambuser.com/opensource I followed the steps given in the file README available in that downloaded folder.[详细]
2023-04-06 08:21 分类:问答Live555 +Cygwin + Android NDK
I am trying to compile live555 for android.My aim is to use it for capturing data from camera and multicasting it.But I am not able to compile the live555 code for android environment using windows +[详细]
2023-04-06 07:56 分类:问答Why in Android NDK not Install Software?
I Start the Android NDK and create error in Console \"ObjectAid Sequence Diagram is not availab开发者_运维问答le because no valid license was found\"..[详细]
2023-04-06 04:44 分类:问答Should I build my Android app for x86?
I am developing an Android game, which I will upload to the market. I am using the NDK; the majority of the game code is C++.开发者_开发问答[详细]
2023-04-06 00:43 分类:问答