我试图在我的安卓项目中使用位图,导入android.graphics.Bitmap。但是位图类不见了。我可以导入其他课程,
android.graphics.BitmapFactory
android.graphics.BitmapRegionDecoder
android.graphics.BitmapShader
误差图像

我试过了
但帮不上忙。我怎么才能解决这个问题?谢谢。
发布于 2018-05-18 03:20:58
我也有同样的问题,我更新Android工作室。
import android.graphics.Bitmap; 起作用了。
https://stackoverflow.com/questions/40222301
复制相似问题