Skip to content

Instantly share code, notes, and snippets.

@androhi
Created February 11, 2014 09:36
Show Gist options
  • Save androhi/8931848 to your computer and use it in GitHub Desktop.
Save androhi/8931848 to your computer and use it in GitHub Desktop.
AndroidStudioでネイティブコードを組み込むフォルダ構成
[Project]
|-- src
|-- main
|-- java
|-- jni
|-- xxxx.c
|-- xxxx.h
|-- jniLibs
|-- armeabi
|-- xxxx.so
|-- armeabi-v7a
|-- mips
|-- x86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment