Skip to content

Commit 582cf8f

Browse files
committed
nix: Add android-tools to shell.nix
Otherwise the `adb reverse` command in the instructions isn't available. (I had an equivalent of android-tools as part of a draft branch to get the Android emulator from the command line, too, and I guess didn't test this part of the instructions on this version of the shell.nix file.)
1 parent dcbb434 commit 582cf8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ mkShell {
3636

3737
jdk11
3838
android-studio
39+
android-tools
3940

4041
# Used by various `tools/` scripts:
4142
git

0 commit comments

Comments
 (0)