Created
September 1, 2020 15:18
-
-
Save thejoaov/ada59fc95122add6775edef75f98e046 to your computer and use it in GitHub Desktop.
Revisions
-
thejoaov created this gist
Sep 1, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ ```bash brew cask install adoptopenjdk8 brew cask install android-sdk echo "export ANDROID_HOME=/usr/local/share/android-sdk" >> ~/.bash_profile source ~/.bash_profile touch ~/.android/repositories.cfg sdkmanager --update sdkmanager "platform-tools" ```