- 博客(8)
- 收藏
- 关注
原创 华为pad C5无法加载网页
pad型号 BZT3-W09,Android系统,恢复出厂设置后一些网页无法加载,浏览器和APP里的webview均无法加载,使用其他C5pad可以正常加载。打开华为应用市场,找到浏览器升级即可。
2024-09-26 13:51:52
254
原创 鸿蒙 webrtc 拉流 PeerConnection连接失败
之前测试了3部鸿蒙系统设备,在不推流的情况下PeerConnection连接不上,服务端看到的现象是连上就断开。2021.12.30突然就好了,跟其他Android机型一样,可以在不推流的情况下正常连接PeerConnection。猜测是鸿蒙系统进行了修改。...
2021-12-31 15:08:51
2519
原创 Execution failed for task ‘:a:lint‘.
在a的build.gradle android 下面添加lintOptions { abortOnError false }
2021-12-29 14:23:46
1555
原创 DSL element ‘android.dataBinding.enabled‘ is obsolete and has been replaced
将build.gradle中dataBinding { enabled true }改为buildFeatures { dataBinding = true }
2021-12-29 14:19:41
2606
原创 引用AAR包导致的NoSuchMethodError: No static method create()Lvideo/pano/EglBase
webrtc NoSuchMethodError EglBase
2021-11-25 19:30:44
1580
原创 Linux服务器上搭建(webrtc 外网)turn 、stun服务器 纯小白看这里
背景在阿里云上的Linux服务器上搭建turn服务需要可以登录Linux服务器的软件eg:MobaXterm搭建coturn穿透和转发服务器1.下载安装git clone https://github.com/coturn/coturn //下载cd coturn ./configure make sudo make install使用以下代码查看是否安装成功which turnserver有路径代表成功了2.配置文件在 /etc ...
2021-09-15 14:56:45
1604
原创 ActiveAndroid在8.0以上系统崩溃 java.lang.SecurityException: Failed to find provider null for user 0;
java.lang.SecurityException: Failed to find provider null for user 0; expected to find a valid ContentProvider for this authority使用ActiveAndroid适配9.0系统的时候出现的,解决借鉴文章:https://blog.csdn.net/hellopeng...
2019-10-29 11:25:44
793
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人