Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 256 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 256 Bytes

android-studio-ndk-hello-world

This a "Hello world!" adroid studio ndk example. Steps to know

  1. Compile native-code
cd <path-to-project>/app/src/main/jni/
ndk-build
  1. Run project from android studio IDE.