-
Notifications
You must be signed in to change notification settings - Fork 0
Using emulator with Google Play support
Diego Torres Milano edited this page Feb 23, 2018
·
9 revisions
From Google Play install
The url is highlighted in the previous image.
$ adb -s emulator-5554 forward tcp:9999 tcp:9999
Now, that you have the port forwarded you can open in your browser this URL
http://localhost/9999
$ curl -s http://localhost:9999/Assets/runinstrumentation.sh | bash
you should see
com.dtmilano.android.uiautomatorhelper.UiAutomatorHelper:
that should run for as long as you run the web app (don't kill it).