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
使用如下代码添加图片 ImageObject imageObject = new ImageObject(); Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.app_recommend); imageObject.setImageObject(bitmap); 调不起来Android微博客户端,不添加图片,可以跳转并分享
The text was updated successfully, but these errors were encountered:
图片的格式和大小有要求吗?jpg 250K 左右,总是崩溃
Sorry, something went wrong.
看看解码后的大小 解码后涉及 rpc,如果 bitmap 大于 1MB,就失败,有的手机接近1MB 也会 crash
No branches or pull requests
使用如下代码添加图片
ImageObject imageObject = new ImageObject();
Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.app_recommend);
imageObject.setImageObject(bitmap);
调不起来Android微博客户端,不添加图片,可以跳转并分享
The text was updated successfully, but these errors were encountered: