Skip to content

Using emulator with Google Play support

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

Installation

From Google Play install

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

Enjoy

Clone this wiki locally