Home >> Android News >> android-ndk (Google Group)

Android News

  Main  |  Simple Headline  

Single Link


link android-ndk (Google Group) android-ndk (Google Group) (2009/9/8 12:26:26)

There are 28 datas in databese

feed Where is javah tool? (2009/9/8 12:26:26)
This may be a really silly question, but where is the javah tool? Did it come down when I loaded Android SDK 1.5, NDK 1.5 and Eclipse? Or did it come with Cygwin. Or maybe is ther yet another SDK that needs to be downloaded? Am on Windows. Thank you ...

feed How to port a library into andoid platform? (2009/9/8 12:26:26)
Hi guys, I want to know if it is possible to port a library (for ex: glib) into the android platform by using NDK. Please tell me if you know anything. Regards, Nagendra

feed How to cache SIGBUS signal in my native library? (2009/9/8 12:26:26)
Hi all, I wrote some code to cache some signal in my native share library , like this: signal(SIGSEGV, handler); signal(SIGBUS, handler); ... I found i can't catch the SIGBUS signal(vm was crashed) in my code when it was delivered to process, but th ...

feed Execute Java from native code (2009/9/8 12:26:26)
Is there any way to display a AlertDialog ui message to user from native code?

feed libc crashes after using NDK (2009/9/8 12:26:26)
I just started to use the NDK build system. After the make file conversion, I have crashes everytime I close my DBs. I didn't have this problem before the conversion. Any suggestions? Thank you. Here is code snip: private SQLiteDatabase mDb=null; .. ...

feed A problem of making the "HelloJni" app be a system application... (2009/9/8 12:26:26)
I have tried to make the NDK-example application "HelloJni" be a system application by the following steps: 1. generate the HelloJni.apk by Eclipse. 2. put HelloJni.apk into the directory /mydroid/out/target/product/ generic/system/app 3. ...

feed How can I use execv in NDK (2009/9/8 12:26:26)
I use it like this: char *exec_args[] = {"echo + >>/sdcard/t", (char *)0}; int ret; ret = execv("/system/bin/sh", exec_args); But all the time it fails and make app died.......

feed I want to solve the bus error. (2009/9/8 12:26:26)
Hello I cannot solve the problem about bus error. My Native C source process is normally completed. But when Native C return. stack error is output. I examined this is because bus error (non-existent address or unaligned access ). and I want to use ...

feed debug android with gdb on remote Linux (2009/9/8 12:26:26)
Hi, I have the emulator running on my windows, and a Linux is used to build the entire Android platform code. Here is what I tried to debug the native code with my emulator, please help verify what is wrong launch the gdbserver on emulator like, ./g ...

feed Creating executable with NDK (2009/9/8 12:26:26)
Hello, Can I use NDK to build a native executable (not a library)? I want to port an existing code that compiles to an executable. I am not the writer of this code. So, digging into it and export functions I need in a library isn't an easy task for ...

(1) 2 3 » 

execution time : 0.331 sec