dschmitt007

Results 5 issues of dschmitt007

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...

### What platform/OS are you using? OSX 10.13.6 (and Ubuntu 16.04) ### What compiler are you using? what version? Clang 6.0.2 via Android NDK r17c (with some modifications to pass...

feature-request
p2

Google has system-images;android-24;default;arm64-v8a image that would be nice to utilize for testing 64bit arm native code in a CI situation. I took a shot at it, but can't expose the...