diff --git a/open-in-idx-template/devNix.j2 b/open-in-idx-template/devNix.j2 index 077e357c..f11d4f83 100644 --- a/open-in-idx-template/devNix.j2 +++ b/open-in-idx-template/devNix.j2 @@ -12,11 +12,11 @@ idx = { workspace = { onCreate = { - build-and-wait = "./gradlew assembleDebug && adb -s emulator-5554 wait-for-device"; + build-and-wait = "./gradlew assembleDebug && adb -s localhost:5555 wait-for-device"; default.openFiles = [ "README.md" ]; }; onStart = { - wait-for-adb = "adb -s emulator-5554 wait-for-device"; + wait-for-adb = "adb -s localhost:5555 wait-for-device"; }; }; previews = {