Skip to content

Instantly share code, notes, and snippets.

@sureshsaggar
Created October 21, 2012 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sureshsaggar/3926251 to your computer and use it in GitHub Desktop.
Save sureshsaggar/3926251 to your computer and use it in GitHub Desktop.
Calabash-Android
Step01: Verify that some suitable AVD exists:
Sureshs-MacBook-Pro:android-sdk-macosx sureshsaggar$ tools/android list avd
Available Android Virtual Devices:
Name: AndroidApp
Path: /Users/sureshsaggar/.android/avd/AndroidApp.avd
Target: Google APIs (Google Inc.)
Based on Android 2.3.3 (API level 10)
ABI: armeabi
Skin: HVGA
Sdcard: 500M
Step02: Start the emulator in a terminal and keep it running. You can even use Eclipse to start the emulator using a GUI.
Sureshs-MacBook-Pro:android-sdk-macosx sureshsaggar$ tools/emulator -no-boot-anim -ports 43608,56326 -prop persist.sys.language=en -prop persist.sys.country=GB -avd AndroidApp
WARNING: Data partition already in use. Changes will not persist!
WARNING: SD Card image already in use: /Users/sureshsaggar/.android/avd/AndroidApp.avd/sdcard.img
WARNING: Cache partition already in use. Changes will not persist!
2012-10-16 16:52:46.584 emulator-arm[36719:1107] Warning once: This application, or a library it uses, is using NSQuickDrawView, which has been deprecated. Apps should cease use of QuickDraw and move to Quartz.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment