Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: we need to tunnel 8081 for connected devices (#18862)
`make run-android` would fail for connected Android devices because the android device was not able to talk to metro bundler. This was discovered by @J-Son89 This was easily fixed by reverse tcping port 8081. ## Review notes connect Android device by USB or Wifi - `make run-clojure` - `make run-android` status app must run without any errors on the connected Android device. we also replace during install on emulator. otherwise on old emulators `make run-android` fails with : ``` adb: failed to install ./result/app-debug.apk: Failure [INSTALL_FAILED_ALREADY_EXISTS: Attempt to re-install im.status.ethereum.debug without first uninstalling.] ```
- Loading branch information