Skip to content

Instantly share code, notes, and snippets.

View Val325's full-sized avatar
🏠
Working from home

0777 Val325

🏠
Working from home
View GitHub Profile
@talhashraf
talhashraf / Getting Started: Android Development with Gradle (without Android Studio).md
Last active February 19, 2024 08:08
Getting Started: Android Development with Gradle (without Android Studio)

Getting Started: Android Development with Gradle (without Android Studio)

Install JDK

Open Terminal. Type javac -version and check your current JDK version. If you seem to have javac 1.7.* JDK version, you can skip this section.

  • Open Termianl.
  • Type sudo apt-get install openjdk-7-jdk.

Download Android SDK (standalone tools)