Skip to content

Instantly share code, notes, and snippets.

View MOOODZ's full-sized avatar
🕊️

Mohamadreza Mehrjou MOOODZ

🕊️
View GitHub Profile
/*
* Copyright 2026 Kyriakos Georgiopoulos
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@EmadAdly
EmadAdly / install-android-sdk-in-ubuntu.md
Last active December 5, 2025 14:10
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