appium

Precondition of using inspector and recording script for Android

We need to start appium GUI tool first, and setup some parameters.

For Android, we need to set path of test app, like:

Alt text

and we also need to configure appium GUI to prelaunch the test app:

Alt text

After all these, we can Launch appium.

If you are using appium v1.1.0, you need to copy the zipalign from the sdk "build-tools" folder, such as "/Applications/adt/sdk/build-tools/19.1.0", to "/Applications/adt/sdk/tools".

Alt text

This issue is fixed in appium v1.2.0.