Install android sdk on osx, without installing android studio. (useful for cordova, flutter, tabris, etc) Install brew: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" Install SDK and tools: brew cask install homebrew/cask-versions/adoptopenjdk8 brew cask install android-sdk brew cask install android-platform-tools brew install gradle brew install scrcpy then add: export ANDROID_SDK_ROOT=”/usr/local/share/android-sdk” to: ~/.profile then exec: source ~/.profile mkdir ~/.android touch ~/.android/repositories.cfg sdkmanager "platform-tools" "platforms;android-28" "build-tools;28.0.3" finished. :-)
Due to Microsoft License, https://code.visualstudio.com/License It is not possible follow this procedure to work around the 64bit technical limitations. So this post will be removed soon. Install Microsoft Visual Studio Code on Debian 8 x86. (This should work on ubuntu x86 too) Install node, see here. sudo npm install electron-prebuilt -g unzip -d /tmp/vscode VSCode-linux-x64.zip sudo cp -R /tmp/vscode/resources/app/ /opt/vscode create a desktop entry in /usr/share/applications/vscode.desktop like: [Desktop Entry] Encoding=UTF-8 Name=Visual Studio Code GenericName=Editor Comment=Multi-platform Web editor by Microsoft. Exec=/usr/local/bin/electron /opt/vscode %F Icon=/opt/vscode/vso48.png Terminal=false Type=Application MimeType=text/plain; Categories=Application;Development;Editor;Utility;TextEditor; (or grab here ) grab icon here: http://postimg.org/image/eo49cf5oj/ and put in /opt/vscode Done :-) I have tested: Javascript with Phaser.js Node Python w