I followed this link to integrate ndk into my project. But after the configuration is complete, this error occurs during compilation. please help me resolve this error.
usingandroid studio v0.5.7ndk android_ndk_r9b
Please switch to the latest version of Android-NDK (android-ndk-r10e in my case).
I had this problem with the following configuration - Eclipse luna, Android SDK and Android-ndk-r9b.
When I updated the NDK, the problem was resolved.
, build.gradle. Android-:
sourceSets.main { jniLibs.srcDir 'src/main/libs' jni.srcDirs = [] //disable automatic ndk-build call }
Source: https://habr.com/ru/post/1544848/More articles:ASP.NET identifier media identifier. is it persistent? - c #wheel wheel conditional dependencies - pythonaffect another div after a particular div is no longer displayed when scrolling a page - jquerySymfony2 Assetic and Less Sourcemaps - phpRemove or apply methods in thimeleaf - spring-mvcSplit string and save in arraylist - javaNopcommerce error - "Page not found" when redirecting from admin to plugins - c #Can you use environment variables in qt creator? - c ++Are C # events connected in series or in parallel? - c #NHibernate Envers is like an audit trail with Entity Framework 6+ - ormAll Articles