Aggiorna README.md
This commit is contained in:
parent
5cb58ba98b
commit
7afdc5ae0a
1 changed files with 21 additions and 0 deletions
21
README.md
21
README.md
|
@ -93,6 +93,27 @@ eseguire il programma di installazione in ambiente grafico
|
||||||
|
|
||||||
/opt/android-studio/bin/studio.sh &
|
/opt/android-studio/bin/studio.sh &
|
||||||
|
|
||||||
|
dopo l'installazione verificare che flutter sia tutto caricato
|
||||||
|
|
||||||
|
flutter doctor
|
||||||
|
|
||||||
|
mancanti:
|
||||||
|
|
||||||
|
manca Android SDK command line tool, installare in setting Andrid SDK
|
||||||
|
|
||||||
|
manca la licenza Android, digitare il comando seguente e sempre y (yes)
|
||||||
|
|
||||||
|
flutter doctor --android-licenses
|
||||||
|
|
||||||
|
trova ✗ Unable to determine VS Code version eseguire
|
||||||
|
|
||||||
|
flutter channel master && flutter upgrade
|
||||||
|
|
||||||
|
quando con flutter doctor è tutto ok si possono vedere tutti i dettagli di doctor con
|
||||||
|
|
||||||
|
flutter doctor -vv
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## VS Code
|
## VS Code
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue