mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 18:46:19 +00:00
fix make android-ports command for real devices
This commit is contained in:
parent
908c0eff46
commit
e4639871ec
8
Makefile
8
Makefile
@ -147,10 +147,10 @@ geth-connect: ##@other Connect to Geth on the device
|
|||||||
build/bin/geth attach http://localhost:8545
|
build/bin/geth attach http://localhost:8545
|
||||||
|
|
||||||
android-ports: ##@other Add proxies to Android Device/Simulator
|
android-ports: ##@other Add proxies to Android Device/Simulator
|
||||||
adb -e reverse tcp:8081 tcp:8081
|
adb reverse tcp:8081 tcp:8081
|
||||||
adb -e reverse tcp:3449 tcp:3449
|
adb reverse tcp:3449 tcp:3449
|
||||||
adb -e reverse tcp:4567 tcp:4567
|
adb reverse tcp:4567 tcp:4567
|
||||||
adb -e forward tcp:5561 tcp:5561
|
adb forward tcp:5561 tcp:5561
|
||||||
|
|
||||||
|
|
||||||
startdev-%:
|
startdev-%:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user