Skip to content

Instantly share code, notes, and snippets.

View ahsanu123's full-sized avatar
😶‍🌫️

Ahsanu Amala ahsanu123

😶‍🌫️
View GitHub Profile
@bertrandmartel
bertrandmartel / nRF51_linux_intall.md
Last active August 3, 2024 16:38
nRF51 Development Kit complete setup for Linux
@skynetbinary
skynetbinary / Getting Started: Android Development with Gradle (without Android Studio).md
Last active July 11, 2024 19:24
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)