[Bug]: java.lang.module.FindException: Module java.se.ee not found #2237
Labels
bug
Something is broken, we are tracking it
needs more info
We need more information in order to help or verify
os/android
Application
Outline Client
Describe the bug
I have used java 11 as mentioned in the requirements and which i tried to install the build-tools using following command.
$HOME/Library/Android/sdk/cmdline-tools/latest/bin/sdkmanager "platforms;android-34" "build-tools;34.0.0"
it says you should use java 17 or above.
then i switched my java version to 17 and updated my Java home path in ~/.zshrc file and ran the same command. It's giving me following error.
$HOME/Library/Android/sdk/cmdline-tools/latest/bin/sdkmanager "platforms;android-34" "build-tools;34.0.0"
Error occurred during initialization of boot layer
java.lang.module.FindException: Module java.se.ee not found
Steps to reproduce
When i run cordova requirements It gives following error.
npx cordova requirements android
Requirements check results for android:
Java JDK: installed 17.0.12
Android SDK: installed true
Android target: not installed
Command failed with exit code 1: avdmanager list target
Error occurred during initialization of boot layer
java.lang.module.FindException: Module java.se.ee not found
Gradle: installed /opt/homebrew/Cellar/gradle/8.10.2/bin/gradle
Some of requirements check failed
Any help will be greatly appreciated.
What did you expect to happen?
No response
What actually happened?
No response
Outline Version
Latest
What operation system are you using?
Android
Operating System Version
Sequoia 15.0
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: