We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a2f6b commit 58e7a33Copy full SHA for 58e7a33
android.sh
@@ -23,7 +23,9 @@ brew update
23
brew tap caskroom/versions
24
25
# Already installed in brew.sh
26
-brew cask install --appdir="~/Applications" java
+brew cask install openjdk@11
27
+sudo ln -sfn $(brew --prefix)/opt/openjdk@11/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-11.jdk
28
+
29
# brew cask install --appdir="~/Applications" Caskroom/versions/intellij-idea-ce
30
brew cask install --appdir="~/Applications" android-studio
31
0 commit comments