From f5f457bd65ea5e87f750d9aa541eb964e5c13df3 Mon Sep 17 00:00:00 2001 From: fuwa Date: Wed, 19 Feb 2020 11:14:56 +0800 Subject: [PATCH] add sdk tools to path --- etc/nix/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/nix/shell.nix b/etc/nix/shell.nix index 4a58ce1..1d0749d 100644 --- a/etc/nix/shell.nix +++ b/etc/nix/shell.nix @@ -84,6 +84,7 @@ with nixpkgs; PATH=~/local/sdk/flutter/stable/bin:$PATH PATH=~/SDK/Android/android-studio/bin:$PATH + PATH=~/SDK/Android/Sdk/tools/bin:$PATH export ANDROID_NDK_VERSION=r20 export ANDROID_NDK_ROOT=~/SDK/Android/ndk-archive/android-ndk-$ANDROID_NDK_VERSION