From 08a68d8bdd8afa6bc6c04a87a34641202e02fbd9 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 6 Dec 2022 05:42:22 -0500 Subject: [PATCH] need a platform-tools actually in the nixpkgs you use I tried a bunch of versions of nixpkgs so here's a bunch of versions of platformTools. Probaably should be a parameter... --- android.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/android.nix b/android.nix index 8d386ec..db5b404 100644 --- a/android.nix +++ b/android.nix @@ -2,7 +2,9 @@ let androidComposition = androidenv.composeAndroidPackages { toolsVersion = "26.1.1"; - platformToolsVersion = "31.0.3"; + platformToolsVersion = "33.0.2"; + # platformToolsVersion = "31.0.3"; + # platformToolsVersion = "31.0.2"; buildToolsVersions = [ buildToolsVersion ]; includeEmulator = false; emulatorVersion = "30.3.4"; -- GitLab