From d45c1e896bd9c7173f8fed0863e881ec71db3598 Mon Sep 17 00:00:00 2001 From: Abdelkader Boudih Date: Sat, 9 Nov 2024 03:40:36 +0100 Subject: [PATCH] Update android.mdx (#1560) * Update android.mdx This will fetch the submodule in the first clone. * fix numbering --------- Co-authored-by: rcarteraz --- docs/development/android.mdx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/development/android.mdx b/docs/development/android.mdx index f75c990d..ef3a6807 100644 --- a/docs/development/android.mdx +++ b/docs/development/android.mdx @@ -12,13 +12,9 @@ If you would like to develop this application we'd love your help! These build i 1. Use Android Studio to build/debug 2. Clone the repository and after successful cloning, change the working directory to Meshtastic-Android/ ```shell - git clone https://github.com/meshtastic/Meshtastic-Android.git && cd Meshtastic-Android/ + git clone https://github.com/meshtastic/Meshtastic-Android.git --recursive && cd Meshtastic-Android/ ``` -3. Pull in the various sub-modules we depend on. - ```shell - git submodule update --init --recursive - ``` -4. Now you should be able to select "Run / Run" in the IDE and it will happily start running on your phone or the emulator. +3. Now you should be able to select "Run / Run" in the IDE and it will happily start running on your phone or the emulator. :::note The emulators don't support Bluetooth, so some features can not be used in that environment.