swig android的使用

http://www.swig.org/Doc3.0/SWIGDocumentation.html#Android

下载安装swig :http://www.swig.org/

安装ant和sdk ndk

进入swig\android\simple

 swig -java -package org.swig.simple -outdir src/org/swig/simple -o jni/example_wrap.c jni/example.i

 ndk-build
 ant debug
遇到的问题:

1、Ant Problem: failed to create task or type 问题

配置好:local.properties的sdk.dir目录:

# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must *NOT* be checked in Version Control Systems,
# as it contains information specific to your local configuration.
# location of the SDK. This is only used by Ant
# For customization when using a Version Control System, please read the
# header note.
sdk.dir=E:/android/sdk/android-sdk-windows


你可能感兴趣的:(swig android的使用)