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

Android Ndk Openssl Error Cross-compiling

I am new in NDK and I am following this guide to build OpenSSL for Android, I am using Windows 7 an… Read more Android Ndk Openssl Error Cross-compiling

Calling Inner Android.mk File To Build Prebuilt Libraries Not Working

I have a project organized as follow: project/jni/Android.mk project/jni/libA/Android.mk project/jn… Read more Calling Inner Android.mk File To Build Prebuilt Libraries Not Working

Android Ndk Library Is Not Loading On Runtime For Samsung Galaxy 4.0.2 Phones Only

I am trying to test my NDK programming on different phones. The same app runs on all other phones b… Read more Android Ndk Library Is Not Loading On Runtime For Samsung Galaxy 4.0.2 Phones Only

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"

Sdl2 Sample Build Error With Android Ndk R14

I have tested to build the sample in SDL2 source (2.0.5) on my ubuntu 16.04 machine. According to h… Read more Sdl2 Sample Build Error With Android Ndk R14

How To Use Adb Pull Command?

Possible Duplicate: How to copy selected files from Android with adb pull I am using adb pull com… Read more How To Use Adb Pull Command?

How To Use C Function On Android With Ndk

I want to use function written in C in an Android app. The function is taken from here. I've le… Read more How To Use C Function On Android With Ndk

Linking Libcutils To Native Executable

I want my executable to be able to call functions supported by libcuils - like property_get(...). I… Read more Linking Libcutils To Native Executable