Do MIT AI2 extensions not support "ImageIO" class?

When I was using my extension, it showed this Error :



I can clearly understand that the problem is with the
ImageIO
Class.

Could you pls explain me what to do ?

Btw, I used ImageIO.read() and ImageIO.write() methods in my code.

i think i saw somewhere javax does not work in extensions.

2 Likes

That aint fair brudaaaaaaaa...:persevere:

Have to do something else then. :cry:

Many of the javax classes are not supported by android.
This has been explained here :

You may use Bitmap, BitmapFactory etc classes for reading and writing to the image.

2 Likes

I know nothing about these classes. And I'm not interested in learning them now.

So, rather I'd use TIMAI2's extension.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.