When I run it, it shows me an error due to Java version conflict. #294
Replies: 2 comments
-
I ran into the same problem with my non-m1 mac. You need to download the Java 11 or above and then make sure java_home is pointing to the newer version and not the 1.8 to se the JAVA_HOME, this stackoverflow link should help https://stackoverflow.com/questions/32517507/how-to-set-java-home-environment-variable-on-macos |
Beta Was this translation helpful? Give feedback.
-
Hi, I believe the current min JAVA version has been downgraded to 8. So it should be possible to run with either 8 or 11 |
Beta Was this translation helpful? Give feedback.
-
when i execute command : maestro test login.yaml
Response:
Exception in thread "main" java.lang.UnsupportedClassVersionError: maestro_android/MaestroDriverGrpc has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
SO: MACBook Air
Can you help me with this problem?
Beta Was this translation helpful? Give feedback.
All reactions