android-ndk
How to set the condition on Cursor [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-12 00:10 分类:问答Android NDK: ndk-build script fails - script "check-cygwin-make.mk" not found
I\'m new to development with the NDK of Android. As I\'m developing on Win7 I installed Cygwin in order to build the native binaries.[详细]
2023-04-11 23:36 分类:问答Android NDK Native LIB, What to do about existing stdio?
I have existing native C/C++ code that I am currently building into a native lib and Android app via the NDK.The native code is riddled with print statements to stdout and stderr.Is there a best p开发[详细]
2023-04-11 21:26 分类:问答NDK: Android.mk / GNU Make
The Android.mk for my NDK project contains several hundred CPP files from which I build about a dozen static libs and finally a single shared lib. Most of my developing experience 开发者_开发技巧so fa[详细]
2023-04-11 20:05 分类:问答android-ndk - using prebuilt static libraries that links with each other
I\'ve got 3 prebuilt static libraries I want to use in my shared library. The problem is when the ndk-build tries to link to the static libraries, I get tons of undefined references thrown at me.[详细]
2023-04-11 17:05 分类:问答Android: is there any tool for profiling native code?
I have only found one profiling tool - http://code.goog开发者_如何学Gole.com/p/android-ndk-profiler/. Wasn\'t able to get it working so far, so I wonder if there are other tools available.[详细]
2023-04-11 14:55 分类:问答How to terminate android NDK (native activity) application programatically?
I have tried to call ANativeActivity_finish(state->activity) from code when application request termination. This works, however my application cannot be restarted and it shows the following in LogCat[详细]
2023-04-11 12:16 分类:问答Can't put math.h in a namespace
I\'m doing some cross platform development, and I ran across another weird problem.. namespace Math { #include <math.h>[详细]
2023-04-11 12:05 分类:问答crash in the application in libicuuc.so
I am facing crashes in the libicuuc.so file. Which is not part of myapplication. I have native code in the file libevrc.so (EVRC Codec). While decoding i am facing below crash. Googled and tried a log[详细]
2023-04-11 10:50 分类:问答Android NDK C++ 'wstring' support
I have source code/lib written in C++ - now i would like to compile and use the same in Android NDK project (NDK 6). I am able to compile most of the C++ files except \"std::wstring\" based functional[详细]
2023-04-11 10:01 分类:问答