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

AS3 example .java SWIG generated files aren't cleaned up by ./gradlew clean

Open dschmitt007 opened this issue 6 years ago • 0 comments

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.

dschmitt007 avatar Jul 13 '18 15:07 dschmitt007