Skip to content

Instantly share code, notes, and snippets.

View IftikharZahid's full-sized avatar
🎯
Focusing

Iftikhar Zahid IftikharZahid

🎯
Focusing
View GitHub Profile
@EmadAdly
EmadAdly / install-android-sdk-in-ubuntu.md
Last active May 30, 2025 20:57
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