mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
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:
parent
7aae06b6e6
commit
d45c1e896b
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue