runner365 / android_rtmppush_sdk

android rtmp push sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

couldn't find "libAvcEncoder.so" System.loadLibrary("AvcEncoder");

alex4well opened this issue · comments

i am trying to integrate the SDK with my project but my app crashes when i press StartRtmpPush button and the logs said that the " couldn't find "libAvcEncoder.so" "

comalexlivertmppushsdkdemo/build.gradle 里
defaultConfig {
ndk {
abiFilters 'armeabi'
}
}