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

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)?

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

Jni: Can Not Get Array Length

I faced with the next problem: I can not do anything with byte[] (jbyteArray) in C code. All functi… Read more Jni: Can Not Get Array Length

How Android Runtime Compiles Java More Efficiently Than The Clang C/с++ Compiler (android Ndk)?

I was absolutely sure that C\C++ native code will run faster than Java code. And it is. My simple C… Read more How Android Runtime Compiles Java More Efficiently Than The Clang C/с++ Compiler (android Ndk)?

How Would I Look Up C/c++ Source Code In Ubuntu Linux More Conveniently And Efficiently?

As we know , the SourceInsight is convenient to look up C/C++ source code on windows. The eclipse i… Read more How Would I Look Up C/c++ Source Code In Ubuntu Linux More Conveniently And Efficiently?

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 Add Lame 3.99.5 To Android Studio Using Ndk?

I am new in Android NDK. I need to add the Lame library to Android Studio using NDK. I start my res… Read more How To Add Lame 3.99.5 To Android Studio Using Ndk?

How To Open /dev/diag With Super User Permissions?

I am developing an application for One Plus 6. This applications is using a shared library(lib.so) … Read more How To Open /dev/diag With Super User Permissions?