Update build instructions
This commit is contained in:
parent
955fda0b46
commit
ca985a7cfc
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ You can also add `DEBUG_MOBILISM` variable to add some verboses (only to `.env`
|
|||
|
||||
### [Build](https://kivy.org/doc/stable/guide/packaging-android.html)
|
||||
Install requirements: `pip install -r requirements.txt`
|
||||
Install his [dependencies](https://buildozer.readthedocs.io/en/latest/installation.html#targeting-android).
|
||||
Plug in your android device and run `buildozer android debug deploy run`
|
||||
Install his [dependencies](https://buildozer.readthedocs.io/en/latest/installation.html#targeting-android) (you may need to delete your existing `.buildozer` folder)
|
||||
Plug in your android device and run `buildozer android release`
|
||||
|
||||
#### Applications tested
|
||||
```
|
||||
|
|
Reference in a new issue