How can I import java.awt.image.BufferedImage in Android Studio

You can’t.

The AWT package is not supported in Android, you need to change your implementation to use the Android classes.

See these similar questions:

Porting AWT graphics code to Android

How to add java AWT image package in Android

Using AWT with Android

Leave a Comment