Switched from Method-base JNI class construction to Field-base JNI class construction. Was dealing with some issues with returning a Java/Kotlin class from a C/C++ class.
This commit is contained in:
@@ -22,7 +22,6 @@ android {
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
arguments "-DANDROID_STL=c++_shared", "-DANDROID=true"
|
||||
cppFlags "-std=c++17"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user