We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8caa6 commit 26e5bd3Copy full SHA for 26e5bd3
open-in-idx-template/devNix.j2
@@ -12,11 +12,11 @@
12
idx = {
13
workspace = {
14
onCreate = {
15
- build-and-wait = "./gradlew assembleDebug && adb -s emulator-5554 wait-for-device";
+ build-and-wait = "./gradlew assembleDebug && adb -s localhost:5555 wait-for-device";
16
default.openFiles = [ "README.md" ];
17
};
18
onStart = {
19
- wait-for-adb = "adb -s emulator-5554 wait-for-device";
+ wait-for-adb = "adb -s localhost:5555 wait-for-device";
20
21
22
previews = {
0 commit comments