I have an NDK app out on market and got a native crash report about a SIGILL signal. (I use google breakpad to generate native crash reports.) Here are the details:
I created a DB in my application. I have one TextView in my application开发者_如何学Go, I need to save the data whatever in textview. How can I do that?Shared Preferences will be helpful to you to sto
I am trying to make the most basic x509 public key cert file possible on Android in C via the NDK.I built libcrypto and libssl (although I am currently only using libcrypto stuff) with the stuff from
I am using the NDK-r6 on Windows and want to compile a simple C program for testing purposes. Just compiling a C console program is not this easy, but I got the needed options.
*I have saved some data from spinner in to the database. But I am stuck while开发者_如何学Python retrieving data. I need to retrieve the spinner value to text box so please help me.*text1.setText(spin
I am getting a crash in the application in the libc. I dont know the reason, please help me if anyone knows about this crash.
I try to debug C++ code in application \"hello-jni\" from ndk samples using eclipse. I installed Tegra Android Development Pack.
I have ported my app to android using NDK and cocos2dx. Everything works fine except I need to show a Youtube movie (the trailer for my game). I dont care if this is done
I\'m testing my app on HTC 开发者_C百科Wildfire running Android 2.2.1. I suppose it should support atleast OpenGL 1.1 but in fact when I\'m calling
As a follow up to an earlier开发者_StackOverflow question (Android ioctl - root permissions and usage), is it possible to create a separate native executable and package it in an APK?