Top "Android-ndk" questions

The Android Native Development Kit (NDK) is a companion tool to the Android SDK that lets build performance-critical portions of apps in native code or port existing libraries in C/C++ to Android.

aarch64-linux-android-strip file Missing

I updated to Android studio 2.3 and my project got these errors Error:org.gradle.process.internal.ExecException: A problem occurred …

android android-studio android-ndk android-gradle-plugin
Android ndk std::to_string support

I'm using android NDK r9d and toolchain 4.8 but I'm not able to use std::to_string function, compiler throws …

android c++ android-ndk std c++-standard-library
Want to compile native Android binary I can run in terminal on the phone

I've been trying for a couple days to compile a native ARM Android binary that will execute on my phone …

android c gcc android-ndk arm
How to convert st_mtime (which get from stat function) to string or char

I need to convert st_mtime to string format for passing it to java layer, i try to use this …

c datetime android-ndk string-conversion
Catching exceptions thrown from native code running on Android

The project I'm currently working on requires me to code up the android portion of a cross platform program implementation. …

android exception-handling java-native-interface android-ndk nullpointerexception
Android NDK: WARNING: APP_PLATFORM android-9 is larger than android:minSdkVersion 8

I am getting the following warning when compiling my cocos2d-x project with cygwin. `/cygdrive/e/project/MyGame/proj.android ` /…

android android-ndk cygwin cocos2d-x
Getting the System tick count with basic C++?

I essentially want to reconstruct the getTickCount() windows function so I can use it in basic C++ without any non …

c++ time android-ndk porting
Android.mk, include all cpp files

I'm trying to build an Android project using the ndk, but I have run into some troubles. Here's the Android.…

android android-ndk
WebP for Android

Are there any examples on how to use WebP for Android? Im trying to get a list of webp images …

android android-ndk webp
How does native android code written for ARM run on x86?

Motorola just released an x86 based Android phone. I'm a little confused as to how native apps/libraries written for …

android android-ndk arm native android-x86