I'm using Eclipse for android app development, but when I try make import of this lib import javax.imageio.ImageIO;
Eclipse is shows me an error
"The import javax.imageio cannot be resolved"
. Pls. tell me what I have to do to solve this problem and import imageio lib to my project.