Android: Difference between revisions
imported>Ajs124 m add nixdroid |
imported>Mickours update for last stable |
||
| Line 1: | Line 1: | ||
=== Connecting Android device === | === Connecting Android device === | ||
<syntaxhighlight lang=console> | <syntaxhighlight lang=console> | ||
$ nix-shell -p androidenv.platformTools | $ # For nixos < 19.03 | ||
$ # nix-shell -p androidenv.platformTools | |||
$ nix-shell -p androidenv.androidPkgs_9_0.platform-tools | |||
% adb connect 192.168.1.10 | % adb connect 192.168.1.10 | ||
% adb shell | % adb shell | ||