Skip to content

Instantly share code, notes, and snippets.

View Jumbo810's full-sized avatar
🏠
Working from home

Jumbo Jumbo810

🏠
Working from home
View GitHub Profile
@EmadAdly
EmadAdly / install-android-sdk-in-ubuntu.md
Last active June 18, 2024 03:39
install JDK and Android SDK on Linux Ubuntu

install openjdk

sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install openjdk-8-jdk