android_rtmppush_sdk icon indicating copy to clipboard operation
android_rtmppush_sdk copied to clipboard

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

Open alex4well opened this issue 6 years ago • 1 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" "

alex4well avatar Mar 05 '18 05:03 alex4well

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

hankersyan avatar Oct 26 '19 12:10 hankersyan