Android Studio 3.0.1
配置OpenCV 3.3.0 JNI lib到項(xiàng)目里面。在家里的電腦上運(yùn)行正常,拷貝項(xiàng)目到公司電腦上就到處報(bào)錯(cuò)。
配置好后,還是報(bào)錯(cuò):
Error:Execution failed for task ':app:transformNativeLibsWithStripDebugSymbolForDebug'.
> A problem occurred starting process 'command 'D:\android\SDK\sdk\ndk-bundle\toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-strip''
Error:FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:transformNativeLibsWithStripDebugSymbolForDebug'.>
A problem occurred starting process 'command ' mips64el-linux-android-strip
D:\android\SDK\sdk\
ndk-bundle\toolchains\mips64el-linux-android-4.9\
prebuilt\windows-x86_64\bin\mips64el-linux-android-strip''
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 9s
百度谷歌都查了,沒(méi)有一個(gè)有用的,最后我抱著試一試的態(tài)度,從網(wǎng)上重新下載了單獨(dú)的NDK包,
android-ndk-r15c-windows-x86_64
修改local.properties里面的NDK路徑,奇跡般的解決了,呵呵噠。
原來(lái)是NDK內(nèi)容太舊了。因?yàn)殡娔X新配置的環(huán)境,新下的SDK等。