cli moving to a phonegap folder, local to the proj and tests

This commit is contained in:
brianleroux
2011-09-01 14:34:11 -07:00
parent e7f206b598
commit d34dcf8ee5
14 changed files with 22 additions and 7 deletions
+12
View File
@@ -0,0 +1,12 @@
#! /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