Skip to content

Instantly share code, notes, and snippets.

View merajhasan88's full-sized avatar

Meraj Hasan merajhasan88

View GitHub Profile
@EmadAdly
EmadAdly / install-android-sdk-in-ubuntu.md
Last active April 29, 2024 01:55
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