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 April 29, 2025 04:44
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