Skip to content

Using emulator with Google Play support

Diego Torres Milano edited this page Feb 23, 2018 · 9 revisions

Installation

From Google Play install

Running on emulator

emulator with play

The url is highlighted in the previous image.

Forwarding port

$ adb -s emulator-5554 forward tcp:9999 tcp:9999

Open URL in browser

Now, that you have the port forwarded you can open in your browser this URL

http://localhost/9999

Run Instrumentation

$ 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).

Enjoy

culebra nexus5X emulator play