android_rtmppush_sdk icon indicating copy to clipboard operation
android_rtmppush_sdk copied to clipboard

运行下载的demo时报错

Open ZhangZhengPeng opened this issue 7 years ago • 3 comments

我用的是小米手机,Android 7.0版本,运行demo的时候报 Fail to connect to camera service的错误,在manifest.xml文件里面添加了
<provider android:name="android.support.v4.content.FileProvider" android:authorities="cn.zgynet.pgc.provider" android:exported="false" android:grantUriPermissions="true"> 也没起作用,求大神告知怎么解决

ZhangZhengPeng avatar Apr 21 '17 09:04 ZhangZhengPeng

manifest.xml添加provider也没起作用

ZhangZhengPeng avatar Apr 21 '17 09:04 ZhangZhengPeng

找不到so库:dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/cn.zgynet.shineon-1/base.apk"],nativeLibraryDirectories=[/data/app/cn.zgynet.shineon-1/lib/arm64, /data/app/cn.zgynet.shineon-1/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]] couldn't find "libAvcEncoder.so"

ZhangZhengPeng avatar Apr 21 '17 10:04 ZhangZhengPeng

我用的是小米手机,Android 7.0版本,运行demo的时候报 Fail to connect to camera service的错误,在manifest.xml文件里面添加了

也没起作用,求大神告知怎么解决

1.摄像头被另一个进程占用着 2.未申请动态权限

l376571926 avatar Nov 12 '18 07:11 l376571926