Aggiorna README.md
This commit is contained in:
parent
05bb77a793
commit
9037f8e610
1 changed files with 17 additions and 5 deletions
22
README.md
22
README.md
|
@ -166,7 +166,17 @@ infine compilare l'apk
|
||||||
|
|
||||||
## Android studio
|
## Android studio
|
||||||
|
|
||||||
aprire la console su Aves e caricare le dipendenze
|
caricare il file da github selezionando le mnù a tendina File-New-project from Version Control
|
||||||
|
|
||||||
|
selezionare version control tipo: git
|
||||||
|
|
||||||
|
inserire URL di aves
|
||||||
|
|
||||||
|
https://github.com/deckerst/aves
|
||||||
|
|
||||||
|
flaggare shallow clone with history troncated 1 commits
|
||||||
|
|
||||||
|
aprire la console sulla dir aves appena creata e caricare le dipendenze
|
||||||
|
|
||||||
```
|
```
|
||||||
scripts/apply_flavor_izzy.sh
|
scripts/apply_flavor_izzy.sh
|
||||||
|
@ -178,13 +188,15 @@ in settings - Languages and Framework - Dart inserire il path
|
||||||
```
|
```
|
||||||
e spuntare project aves
|
e spuntare project aves
|
||||||
|
|
||||||
Edit configurations e in Dart entrypoint inserire lib/main_play.dart in questo caso diventa
|
Edit configurations e aggiungere shell script con un nome x es izzi
|
||||||
|
|
||||||
/home/fabio/StudioProjects/aves/lib/main_izzy.dart
|
poi flaggare script text e inserire
|
||||||
|
|
||||||
e in flavor build
|
./flutterw run -t lib/main_izzy.dart --flavor izzy
|
||||||
|
|
||||||
izzy
|
la working directory sarà una cosa così
|
||||||
|
|
||||||
|
/home/fabio/StudioProjects/aves
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue