Skip to content

Instantly share code, notes, and snippets.

View shauvik's full-sized avatar

Shauvik RC shauvik

View GitHub Profile
@shauvik
shauvik / android_commandline.md
Created November 6, 2014 09:20
Useful Android Commands

Delete all AVDs

for i in `android list avd -c`; do android delete avd -n $i; done

Boot all emulators

for i in emu1 emu2 emu3`; 
do
 (emulator -avd $i; echo booted $i) &
@shauvik
shauvik / ant.md
Last active August 29, 2015 14:08
Android Build Systems
@shauvik
shauvik / run_tests.md
Last active August 29, 2015 14:08
Running Espresso Tests

Creating Project Skeletons

Dummy Android Project

shauvik@airavata:/Volumes/Secondary/Android/espresso$ android create project -p MyProject -t android-19 -k com.checkdroid -a MainActivity
Created project directory: MyProject
Created directory /Volumes/Secondary/Android/espresso/MyProject/src/com/checkdroid
; Automatically add files before PHP document.
; http://php.net/auto-prepend-file
auto_prepend_file = /Users/shauvik/Library/Containers/com.bitnami.mampstack/Data/app-5_4_9/apache2/htdocs/php_trace/prepend.php
; Automatically add files after PHP document.
; http://php.net/auto-append-file
auto_append_file = /Users/shauvik/Library/Containers/com.bitnami.mampstack/Data/app-5_4_9/apache2/htdocs/php_trace/append.php
;...
@shauvik
shauvik / gist:f22c72896f7a956b741c
Created February 18, 2015 12:03
Hybrid app development
* [List of solutions](http://www.prnewswire.com/news-releases/cross-platform-mobile-development-tools-market-analysis--forecast---third-edition-280225352.html)