-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,压缩的话,怎么直接传list集合, #11
Comments
如下
|
数组是 string类型的文件路径 是否可以? |
因为我使用的时候传入string类型的文件路径 list,报错, |
File,Uri,InputStream,String,和以上数据 单个、数组、集合 都支持的 具体报错显示什么错误 |
2021-04-01 15:01:28.625 9306-9306/com.pinet.cloth.android E/AndroidRuntime: FATAL EXCEPTION: main |
我传入的是string 类型的图片路径 list ,路径上传到阿里云是可以的 |
暂时是模拟器测试的。 |
|
原因找到了,我的问题。先按下面这样写
|
可以用了,感谢 |
你好,压缩的话,怎么直接传list集合,
.load(list)
而不是
.load(uri, uri)
The text was updated successfully, but these errors were encountered: