NoahBres / MeepMeep

Path visualization tool for Road Runner
63 stars 34 forks source link

java.awt.Image class not found #10

Closed ThatGuyDavid09 closed 2 years ago

ThatGuyDavid09 commented 2 years ago

I am having an issue where when I run the example code provided in learnroderunner in a fresh project, when I try to set the background, I get an error saying that "class file for java.awt.Image not found". Why could this be happening? Attached is a screenshot of the offending error message. error message Any help would be greatly appreciated.

ThatGuyDavid09 commented 2 years ago

Never mind. This is due to the fact that the Andorid SDK does not have java.awt, and in order to run Meep Meep, you need to use a java JDK. Simply change the JDK in your project to java 1.8 or 11, and it should work.