Sha256: ae399eccacc591f780f0aa2f5b5b7cd017c94a71135f139845438925d9a11434

Contents?: true

Size: 411 Bytes

Versions: 3

Compression:

Stored size: 411 Bytes

Contents

#! /bin/sh

#Available Android Virtual Devices:
#    Name: default
#    Path: /Users/davejohnson/.android/avd/default.avd
#  Target: Android 2.2 (API level 8)
#    Skin: WVGA800
#  Sdcard: 100M

# get the name of the first virtual device or use command line arg or use "default"

emulator -cpu-delay 0 -no-boot-anim -cache ./tmp/cache -avd default > /dev/null 2>&1 & # put the avd's chatty ass in the background

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mobile_template-0.0.3 templates/cordova_android/bin/templates/project/cordova/emulate
mobile_template-0.0.2 templates/cordova_android/bin/templates/project/cordova/emulate
mobile_template-0.0.1 templates/cordova_android/bin/templates/project/cordova/emulate