I was trying to create an Android Application in Java Eclipse with the use of the Processing in Android but when I was about to compile it, I got this error message "The type java.awt.event.MouseListener cannot be resolved. It is indirectly referenced from required .class files". Here is my code:
//On this statement is where I got the errors, the MainActivity and the PApplet is in red underline w/c means it's an error//