你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
lzan13 - 慢慢来,一步一个脚印?
guo8790hx
要回复问题请先登录或注册
4 个回复
lzan13 - 慢慢来,一步一个脚印?
guo8790hx
lzan13 - 慢慢来,一步一个脚印?
guo8790hx
Bitmap thumbBitmap = ThumbnailUtils.createVideoThumbnail(videoPath, 3);
这个获取不到avi的缩略图,所以thumbBitmap是null
然后我做了个判断
if (thumbBitmap==null){
thumbBitmap=BitmapFactory.decodeResource(
getActivity().getResources(), R.drawable.em_chat_video_call_normal);
}
手动给thumbBitmap赋个值,然后就可以正常发送了
最后还是要谢谢你@lzan13