swig for android

29
Hiroshi Hashimoto potatotips #24 2015/12/16

Upload: hiroshi-hashimoto

Post on 14-Apr-2017

1.126 views

Category:

Mobile


0 download

TRANSCRIPT

Page 1: Swig for android

Hiroshi Hashimoto

potatotips #24

2015/12/16

Page 2: Swig for android
Page 3: Swig for android
Page 4: Swig for android
Page 5: Swig for android
Page 6: Swig for android
Page 7: Swig for android
Page 8: Swig for android

JNI:Java Native Interface

JNA:Java Native Access

SWIG: Simplified Wrapper and Interface Generator

JNR: Java Native Runtime

Page 9: Swig for android

JNI:Java Native Interface

JNA:Java Native Access

SWIG: Simplified Wrapper and Interface Generator

JNR: Java Native Runtime

Page 10: Swig for android

SWIG

Page 11: Swig for android

SWIG

Page 12: Swig for android

–from Wikipedia

SWIG

https://ja.wikipedia.org/wiki/SWIG

Page 13: Swig for android

JNIの構成

JAVA layer(java)JNI(C/C++)

Native code(C/C++)

Page 14: Swig for android

JNI(C/C++)

JNIの構成

Page 15: Swig for android

JNIを作成

Page 16: Swig for android

JNIを作成

Page 17: Swig for android

JNIを作成

Page 18: Swig for android

JNIを作成

Page 19: Swig for android

SWIG

Page 20: Swig for android

SWIG

Page 21: Swig for android

SWIG

$ brew install https://raw.github.com/cobrateam/formulae/master/swig.rb

Page 22: Swig for android

SWIG

Page 23: Swig for android

SWIG

Page 24: Swig for android

SWIG

Page 25: Swig for android

SWIG

$ swig -java -package “パケージ名” “.iファイル”

$ swig -java -package jp.hi6484.android.sample.adventcalendarswig jni/sample_advent.i

Page 26: Swig for android

SWIG

sample_advent_wrap.c

sample_advent.java

sample_adventJNI.java

Page 27: Swig for android

SWIG

sample_advent_wrap.c

sample_advent.java

sample_adventJNI.java

Page 28: Swig for android

http://qiita.com/advent-calendar/2015/goodpatch

Page 29: Swig for android