jingzhanwu

Results 21 issues of jingzhanwu

使用implementation 依赖的时候,运行找不到 librestreaming.so。把so库下载下来放到jniLibs目录下也不行

与SmartRefreer和Sing了ScrollView以及CustomerScrollView结合使用的时候会报错,导致我做不了分页与下拉刷新

能不能通过仓库方式引入,而不是本地库的方式引入

The header is set when the connection is made, and when the APP is opened for a while, no messages are received, and no logs associated with disconnection are printed....

Download your demo running test on github and the background service has been tuned, but Call the following method has been prompt “Stomp connection closed”,It's the same error as HTTP。...

android端是否支持发送文件,语音,视频,位置。客户端使用http代理的方式发送消息,消息体的大小有没有限制?

请问什么时候出适配flutter2.0的版本,dio也需要适配4.0.0版本的

在android13的三星设备上报:Could not find End of Central Directory Record 关键代码如下: Directory outDir = Directory("$_rootDir/zipOut"); final inputStream = InputFileStream(zipFile.path); final archive = ZipDecoder().decodeBuffer(inputStream);

运行程序时,出现错误 java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/org.opencv.engine-1/lib/arm/libopencv_java.so" is 32-bit instead of 64-bit org.opencv.android.AsyncServiceHelper.loadLibrary(AsyncServiceHelper.java:347) 12-11 18:31:54.780 24291-24291/uk.co.apalis.myapplication W/System.err: at org.opencv.android.AsyncServiceHelper.initOpenCVLibs(AsyncServiceHelper.java:373) 12-11 18:31:54.780 24291-24291/uk.co.apalis.myapplication W/System.err: at org.opencv.android.AsyncServiceHelper.access$000(AsyncServiceHelper.java:18) 12-11 18:31:54.780 24291-24291/uk.co.apalis.myapplication W/System.err: at org.opencv.android.AsyncServiceHelper$3.onServiceConnected(AsyncServiceHelper.java:300) 我的opencv已经安装到手机上了,我使用的是android6.0和7.0系统。...