-
|
Hey, everybody! Need some help. I set the PATH to JAVA_HOME via echo $JAVA_HOME. I will be glad to any hints! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
The Rosetta error likely indicates that you have an old Intel installation of Homebrew. The best solution is to remove and re-install Homebrew from https://brew.sh, and then re-install Skip. That should place the correct Java (which, BTW, needs to be Java 22 and not 17) in If this still fails, can you post the output of the |
Beta Was this translation helpful? Give feedback.
-
|
Hello here, i have same error mine is ERROR: JAVA_HOME is set to an invalid directory: /opt/homebrew/Cellar/openjdk@17/17.0.12/libexec/openjdk.jdk/Contents/Home Please set the JAVA_HOME variable in your environment to match the i have tried a couple of things including installing and installing new java and also setting the java path to the correct one but anytime i try to run the app, i get same error. Running Android was working perfectly till i updated my Mac OS to the latest and this started |
Beta Was this translation helpful? Give feedback.

The Rosetta error likely indicates that you have an old Intel installation of Homebrew. The best solution is to remove and re-install Homebrew from https://brew.sh, and then re-install Skip. That should place the correct Java (which, BTW, needs to be Java 22 and not 17) in
/opt/homebrew/opt/java.If this still fails, can you post the output of the
skip checkupcommand, along with attaching the log file if it fails?