How to add java.awt.image package in Android

The Java AWT classes contain native code, so unless someone ports that native code to Android, you are out of luck. And, they won’t port it, because as it was pointed out above, Android has its own graphics libraries (android.graphics).

Leave a Comment