We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
刚刚在小米手机上(note pro)上使用了一下,能读出有图片的文件夹,但是点击一张图片也没用了。希望能看看
The text was updated successfully, but these errors were encountered:
可以把错误信息发给我吗?在使用前加这个。
Picasso picasso = new Picasso.Builder(this) .listener(new Picasso.Listener() { @Override public void onImageLoadFailed(Picasso picasso, Uri uri, Exception exception) { Log.e(TAG, "Uri->" + uri, exception); } }) .build(); Picasso.setSingletonInstance(picasso);
Sorry, something went wrong.
应该是 选择 效果不明显?
No branches or pull requests
刚刚在小米手机上(note pro)上使用了一下,能读出有图片的文件夹,但是点击一张图片也没用了。希望能看看
The text was updated successfully, but these errors were encountered: