Try opening the project.godot
file contained in the project folder with a text editor. Does it contain the following section?
[rendering]
quality/driver/driver_name="GLES2"
If not, try adding it manually – if there's already a [rendering]
section, just add the quality/driver/driver_name="GLES2"
line at the end of the section.