chezi008 / mp4muxer

adnroid h264合成mp4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing and no know n rule to make it

wqbs369 opened this issue · comments

Build files have been written to: D:/tjy_project/code/mp4muxer-master/app/.externalNativeBuild/cmake/release/mips64
ninja: error: '../../../../libs/mips64/libmp4v2.so', needed by '../../../../build/intermediates/cmake/release/obj/mips64/libnative-lib.so', missing and no know
n rule to make it

debug运行没有问题,但是使用release打包的时候,就会报这个错,楼主啥情况 啊?

defaultConfig {
applicationId "com.chezi008.mp4muxerdemo"
minSdkVersion 18
targetSdkVersion 26
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
cppFlags "-std=c++11 -frtti -fexceptions"
}
}
ndk {
abiFilters "arm64-v8a","armeabi-v7a","x86","x86_64"
}

}

加上ndk的 机型设置后,签名成功。