From 1e0b4a8f94b8e4f175c4b7df02dd736b5087233d Mon Sep 17 00:00:00 2001 From: deguet Date: Wed, 16 Oct 2024 16:56:06 -0400 Subject: [PATCH 1/2] Obsolete depuis nouvelles version flutter --- scriptsharp/ScriptSharp/Script5N6.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptsharp/ScriptSharp/Script5N6.cs b/scriptsharp/ScriptSharp/Script5N6.cs index 8496749..202f515 100644 --- a/scriptsharp/ScriptSharp/Script5N6.cs +++ b/scriptsharp/ScriptSharp/Script5N6.cs @@ -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"); From 4254c447b85803086798959d5aef373ff3e491c1 Mon Sep 17 00:00:00 2001 From: deguet Date: Wed, 16 Oct 2024 17:01:13 -0400 Subject: [PATCH 2/2] Fuck**** comd line tools --- scriptsharp/ScriptSharp/CacheCreation.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/scriptsharp/ScriptSharp/CacheCreation.cs b/scriptsharp/ScriptSharp/CacheCreation.cs index e30e418..f5a0c47 100644 --- a/scriptsharp/ScriptSharp/CacheCreation.cs +++ b/scriptsharp/ScriptSharp/CacheCreation.cs @@ -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