mirror of
https://github.com/status-im/status-mobile.git
synced 2025-03-01 00:30:49 +00:00
`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.] ```