Libsvm-androidjni
Libsvm-androidjni copied to clipboard
Build error, problem with NDK integration
Upon loading the project on Android Studio, I get the following error message: Error NDK Integration is deprecated in the current plugin. How can I make it compile?
Check out this link?
http://stackoverflow.com/questions/31979965/after-updating-android-studio-to-version-1-3-0-i-am-getting-ndk-integration-is
Error:error: linker command failed with exit code 1 (use -v to see invocation) make: *** [C:\Users\Aravind\Documents\GitHub\MC_ass3\Libsvm-androidjni-master\app\build\intermediates\ndk\debug\obj/local/arm64-v8a/libsignal.so] Error 1 Error:Execution failed for task ':app:compileDebugNdk'.
com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Users\Aravind\AppData\Local\Android\sdk\ndk-bundle\ndk-build.cmd'' finished with non-zero exit value 2
Getting this error after following the stackoverflow solution, Seems like a linker error. Any help is appreciated.
For anyone else facing the issue I mentioned, resolved it using the build.gradle file from this link https://www.crystax.net/blog/3#expand-378