Update android.mdx (#1560)

* Update android.mdx

This will fetch the submodule in the first clone.

* fix numbering

---------

Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
This commit is contained in:
Abdelkader Boudih 2024-11-09 03:40:36 +01:00 committed by GitHub
parent 7aae06b6e6
commit d45c1e896b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.