Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Ndk

Native Self-modifying Code On Android

I am trying to make some self-modifing native code on Android and run it in the emulator. My sample… Read more Native Self-modifying Code On Android

Cocos2dx Android Build Error: "arm-linux-androideabi-g++: No Such File Or Directory"

I downloaded the latest cocos2dx(3.10) and NDK(r11). I have the following error when I executed coc… Read more Cocos2dx Android Build Error: "arm-linux-androideabi-g++: No Such File Or Directory"

Android Ndk App Failed To Load Library

My native library code: #include #include jstring Java_com_mindtherobot_samples_ndkfoo_NdkFooAct… Read more Android Ndk App Failed To Load Library

Android Ndk Problem Pthread_mutex_unlock Issue

I'm having an issue with pthread_mutex_unlock and my native activity NDK app. I've added l… Read more Android Ndk Problem Pthread_mutex_unlock Issue

Adding Release Keys In The Experimental Gradle Plugin For Android

Hey I am having some issues adding a signing my release build variant. Currently I am using the exp… Read more Adding Release Keys In The Experimental Gradle Plugin For Android

Why Is Eglmakecurrent Failing With Egl_bad_alloc?

I am using OpenGL ES 2.0, and Android NDK r8b. I have a shared context that I use for worker thread… Read more Why Is Eglmakecurrent Failing With Egl_bad_alloc?

How To Run Custom Rule In Android.mk Before Compilation?

In Android NDK, I build JNI files generated automatically by SWIG. callmanager_wrap.cpp is part of … Read more How To Run Custom Rule In Android.mk Before Compilation?

What Library Does Ld Option -lrt Refer To (bionic Libc)?

What does this option to ld mean? -lrt I know to some degree it means that ld is looking for the li… Read more What Library Does Ld Option -lrt Refer To (bionic Libc)?