tbienias / android-cmake-helloworld

Simple HelloWorld App for trying CMake + NDK on Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brief

This is a simple C++ application built with CMake and NDK.

Buid

For x86 (also works for arm) building from command line:

cmake -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake -DANDROID_ABI=x86

Deploy

adb push HelloWorld /data/local/tmp
adb shell /data/local/tmp/HelloWorld

License

MIT

About

Simple HelloWorld App for trying CMake + NDK on Android.

License:MIT License


Languages

Language:C++ 51.1%Language:CMake 48.9%