Updated Branches: refs/heads/master 4ca64bf6d -> 6ed512446
Add instructions for using Intel emulators to Android Getting Started Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/6ed51244 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/6ed51244 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/6ed51244 Branch: refs/heads/master Commit: 6ed512446062a0818227e94a538c282dd707b294 Parents: 4ca64bf Author: Andrew Grieve <agri...@chromium.org> Authored: Mon Oct 22 14:09:17 2012 -0400 Committer: Andrew Grieve <agri...@chromium.org> Committed: Mon Oct 22 14:09:17 2012 -0400 ---------------------------------------------------------------------- .../en/edge/guide/getting-started/android/index.md | 12 +++++++++--- .../android/eclipse_android_sdk_button.png | Bin 0 -> 9350 bytes 2 files changed, 9 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/6ed51244/docs/en/edge/guide/getting-started/android/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/getting-started/android/index.md b/docs/en/edge/guide/getting-started/android/index.md index 578e4f4..58f10e1 100644 --- a/docs/en/edge/guide/getting-started/android/index.md +++ b/docs/en/edge/guide/getting-started/android/index.md @@ -57,6 +57,15 @@ This guide describes how to set up your development environment for Cordova and - Right click the project and go to **Run As > Android Application** - Eclipse will ask you to select an appropriate AVD. If there isn't one, then you'll need to create it. +**Note: For a faster experience, use an Intel-based emulator image:** + +- Open the Android SDK Manager +  +- Install one or more `Intel x86 Atom` System Images as well as the `Intel Hardware Accelerated Execution Manager` (under Extras). +- Run the Intel installer, which has been downloaded to: `extras/intel/Hardware_Accelerated_Execution_Manager` within your Android SDK +- Create a new AVD with the Target set to an Intel image. +- When starting the emulator, ensure there are no error messages about the HAX module failing to load. + 4B. Deploy to Device -------------------- @@ -64,6 +73,3 @@ This guide describes how to set up your development environment for Cordova and - Make sure USB debugging is enabled on your device and plug it into your system. (**Settings > Applications > Development**) - Right click the project and go to **Run As > Android Application** - -Done! ------ http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/6ed51244/template/docs/default/img/guide/getting-started/android/eclipse_android_sdk_button.png ---------------------------------------------------------------------- diff --git a/template/docs/default/img/guide/getting-started/android/eclipse_android_sdk_button.png b/template/docs/default/img/guide/getting-started/android/eclipse_android_sdk_button.png new file mode 100644 index 0000000..0e84666 Binary files /dev/null and b/template/docs/default/img/guide/getting-started/android/eclipse_android_sdk_button.png differ