Android Studio 2.0's Inline Compiler Does No Longer Recognize Native Code
I am currently working on a library that contains Java and native code. The build works well, and so does the execution of the code when this lib is used by a client application. B
Solution 1:
This has been fixed in Android Studio 2.2, but only for 64 bits. The deprecated NDK toolchain must be replaced by CMake in the project configuration.
Post a Comment for "Android Studio 2.0's Inline Compiler Does No Longer Recognize Native Code"