android jni 调用 c 错误 “No implemen
2021-01-18 本文已影响0人
闭上说
需要
static {
try {
System.loadLibrary("screenrecorderrtmp");
}catch (Exception e) {
Log.e("libscreenrecorderrtmp","Can not load library libscreenrecorderrtmp.so");
e.printStackTrace();
}
}