Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOlivierBrillant committed Oct 16, 2024
2 parents 79b27f3 + 4254c44 commit bb07296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scriptsharp/ScriptSharp/CacheCreation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public class CacheCreation
*
* Une fois une version de Android Studio, on va
* - créer un projet avec le wizard
* - dans le SDK manager, installer les cmdline tools
* - le partir sur un émulateur
* - quand tout est beau on ferme Android Studio et on supprime le .gradle puis le Sdk
* - on ouvre le projet et on crée un émulateur avec la version Android de notre choix
Expand Down
2 changes: 1 addition & 1 deletion scriptsharp/ScriptSharp/Script5N6.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ await Utils.Unzip7zFileAsync(
Utils.RunCommand(Program.PathToFlutter() +" doctor --android-licenses");
Utils.RunCommand(Program.PathToFlutter() +" doctor --verbose");
Utils.RunCommand(Program.PathToFlutter() +" precache");
Utils.RunCommand(Program.PathToFlutter() +" pub global activate devtools");
// Utils.RunCommand(Program.PathToFlutter() +" pub global activate devtools"); Obsolete depuis nouvelles version flutter
// create a fake project to initialize flutter
Utils.RunCommand(Program.PathToFlutter() +" create fake_start;cd fake_start;flutter run");
LogSingleton.Get.LogAndWriteLine(" FAIT Installation Flutter complet");
Expand Down

0 comments on commit bb07296

Please sign in to comment.