Skip to content
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

无法使用 #4

Open
lvtanxi opened this issue Apr 18, 2016 · 2 comments
Open

无法使用 #4

lvtanxi opened this issue Apr 18, 2016 · 2 comments

Comments

@lvtanxi
Copy link

lvtanxi commented Apr 18, 2016

刚刚在小米手机上(note pro)上使用了一下,能读出有图片的文件夹,但是点击一张图片也没用了。希望能看看

@wuapnjie
Copy link
Owner

可以把错误信息发给我吗?在使用前加这个。

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);

@captain-miao
Copy link

应该是 选择 效果不明显?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants