fix make android-ports command for real devices

This commit is contained in:
Roman Volosovskyi 2018-09-30 09:22:33 +03:00
parent 908c0eff46
commit e4639871ec
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 4 additions and 4 deletions

View File

@ -147,10 +147,10 @@ geth-connect: ##@other Connect to Geth on the device
build/bin/geth attach http://localhost:8545
android-ports: ##@other Add proxies to Android Device/Simulator
adb -e reverse tcp:8081 tcp:8081
adb -e reverse tcp:3449 tcp:3449
adb -e reverse tcp:4567 tcp:4567
adb -e forward tcp:5561 tcp:5561
adb reverse tcp:8081 tcp:8081
adb reverse tcp:3449 tcp:3449
adb reverse tcp:4567 tcp:4567
adb forward tcp:5561 tcp:5561
startdev-%: