首页 > 问答 > 正文
ringa_lee2017-04-18 10:49:00
你不能在Android中使用BufferedImage,因为它不存在于Android SDK中.你可以使用Android中的BitmapFactory来代替:
Android
BufferedImage
Android SDK
BitmapFactory
BitmapFactory.decode...();
参考资料:How to load BufferedImage in android?BufferedImage in Android