Skip to content

TestOnAndroid

Jaime edited this page Jan 26, 2015 · 3 revisions

in order to test on android there are two ways:

  • using a real mobile device
  • using an emulator

for both ones it's needed to install the android SDK, it allows to do remote debugging using chrome developer tools.

So the steps are:

Now you either debug on mobile or emulator.

In some cases, to test different android versions you will need to use an emulator. Please do NOT use the android SDK one if you can, use genymotion, it's faster and has lots of images for comercial phones. You will need to install chrome on the mobile, just do some google searchs (example ref. used).

Clone this wiki locally