Skip to content

Commit 26e5bd3

Browse files
Fructokinasealexyfchen
and
alexyfchen
authored
fix: Update emulator host in dev.nix for IDX (#1893)
* IDX emulator implementation was change to localhost:5555 Co-authored-by: alexyfchen <alexyfchen@google.com>
1 parent 0b8caa6 commit 26e5bd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

open-in-idx-template/devNix.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
idx = {
1313
workspace = {
1414
onCreate = {
15-
build-and-wait = "./gradlew assembleDebug && adb -s emulator-5554 wait-for-device";
15+
build-and-wait = "./gradlew assembleDebug && adb -s localhost:5555 wait-for-device";
1616
default.openFiles = [ "README.md" ];
1717
};
1818
onStart = {
19-
wait-for-adb = "adb -s emulator-5554 wait-for-device";
19+
wait-for-adb = "adb -s localhost:5555 wait-for-device";
2020
};
2121
};
2222
previews = {

0 commit comments

Comments
 (0)