Add links to haxm page.

This commit is contained in:
OniOni
2013-05-08 18:20:09 -07:00
parent f8f5dcb2c8
commit 5a166b9a29
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -24,3 +24,8 @@ To run tests on Linux, you will need to have the Android Emulator booted and run
node server.js
See the [server documentation](https://github.com/appium/appium/blob/master/docs/server-args.md) for all the command line arguments.
# Notes
* There exists a hardware accelerated emulator for android, it has it's own
limitations. For more information you can check out this
[page](https://github.com/appium/appium/blob/master/docs/android-hax-emulator.md).
+3
View File
@@ -28,3 +28,6 @@ Appium on OS X supports iOS and Android testing.
UIAutomator. Just choose the latest Android OS). You can create an AVD by
using the android SDK tools. Remember the name you give the AVD, so that you
can launch an emulator with it and run tests against it.
* There exists a hardware accelerated emulator for android, it has it's own
limitations. For more information you can check out this
[page](https://github.com/appium/appium/blob/master/docs/android-hax-emulator.md).