renative icon indicating copy to clipboard operation
renative copied to clipboard

[android, androidtv] `npx rnv run -p android -t non-existing IP:port` works differently on different OS

Open GabrieleKaceviciute opened this issue 8 months ago • 3 comments

Describe the bug Both npx rnv run -p android -t non-paired-device-IP and -t non-existing-IP asks to pair device on macOS and Linux. On windows -> -t non-paired-device-IP asks to pair device. -t non-existing-IP -> asks to pick available target

To Reproduce

  1. Go to template-starter package
  2. Do npx rnv run -p android -t non-paired-device-IP -> asks to pair device (macos, linux, windows)
  3. Do npx rnv run -p android -t non-existing-IP -> asks to pair device (macos, linux); asks to pick available target (windows)

Expected behavior -t non-existing-IP -> asks to pick available target on all OS

Desktop (please complete the following information):

  • OS: macOS Ventura 13.6.4 M2
  • Node Version 18.19.0
  • RNV Version 1.0.0-rc.19

  • OS: Windows 10 Pro
  • Node Version 18.19.0
  • RNV Version 1.0.0-rc.19

  • OS: Ubuntu 20.04.5
  • Node Version 18.20.2
  • RNV Version 1.0.0-rc.19

GabrieleKaceviciute avatar Jun 14 '24 13:06 GabrieleKaceviciute