android-ndk-swig-example icon indicating copy to clipboard operation
android-ndk-swig-example copied to clipboard

Examples of using Android Studio(s) 1, 2, and 3, the Android NDK, and SWIG to automatically compile and setup C++ libraries and Java wrappers.

Results 6 android-ndk-swig-example issues
Sort by recently updated
recently updated
newest added

With Android Studio: 3.1.3 And the android build plugin: com.android.tools.build:gradle:3.1.3 With Kotlin 1.2.30 project.afterEvaluate { javaPreCompileDebug.dependsOn externalNativeBuildDebug } doesn't get triggered when loading the project after pulling from revision control....

Android build plugin: com.android.tools.build:gradle:3.0.0 The SWIG command in the CMakelist.txt drops files into: app/src/main/java/com/sureshjoshi/core/ ./gradlew clean cleans app/src/main/java/com/sureshjoshi/core/SeePlusPlusJAVA_wrap.cxx It misses the .java files generated by SWIG.

With Android Studio: 3.1.3 And the android build plugin: com.android.tools.build:gradle:3.1.3 If you build externalNativeBuidDebug before starting Android Studio, the build inside AS runs ok, but the IDE flags all the...

Recently I have been in need of creating a callback from C++ code back to java code using SWIG and this task unexpectedly consumed a lot of my time. With...

A problem with running native code is that you often need to use the instrumentation tests to run unit tests. Actually, in reality, you just need to compile your libraries...