Skip to content

Instantly share code, notes, and snippets.

View UjjwalPogra's full-sized avatar

Ujjwal Pogra UjjwalPogra

View GitHub Profile
@EmadAdly
EmadAdly / install-android-sdk-in-ubuntu.md
Last active August 24, 2026 12:19
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