Skip to content Skip to sidebar Skip to footer
Showing posts with the label C

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

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

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

Ndk Code Crashing In Few Htc Lollipop Devices And Few Other Devices By Giving Fatal Signal 11 (sigsegv), Code 2

Below code is used to scale the image border by dragging the edges. It works fine in Moto X, nexus … Read more Ndk Code Crashing In Few Htc Lollipop Devices And Few Other Devices By Giving Fatal Signal 11 (sigsegv), Code 2

Install Opengl Es And Compile Code For Android

I've just started learning OpenGL ES on android (using this book) and came across an issue of a… Read more Install Opengl Es And Compile Code For Android

How To Dynamically Get The Current Compiler Target File Name In Android.mk's Local_cflags?

I am currently trying to build a native module using Android's NDK. My project consists of seve… Read more How To Dynamically Get The Current Compiler Target File Name In Android.mk's Local_cflags?

Get 64bit Timestamps From A 32bit Timer

On my stm32wb55, I am using the 32bit-timer 'tim2' for reading the time from 32bit-register… Read more Get 64bit Timestamps From A 32bit Timer

Compilin Error: Fields Must Have A Constant Size: 'variable Length Array In Structure' Extension Will Never Be Supported On Android 2.3.4 Source Code

Hi I am having the following error when tried make libdvm in android 2.3.4 source code, external/el… Read more Compilin Error: Fields Must Have A Constant Size: 'variable Length Array In Structure' Extension Will Never Be Supported On Android 2.3.4 Source Code