Created
December 6, 2012 17:24
-
-
Save rtorr/4226279 to your computer and use it in GitHub Desktop.
android profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Tools for android | |
export PATH=${PATH}:~/android-sdk-macosx/tools | |
alias lsd='/Users/rtorruellas/android-sdk-macosx/platform-tools/adb devices' | |
alias logd='/Users/rtorruellas/android-sdk-macosx/platform-tools/adb logcat' | |
alias rund='mvn clean install android:deploy' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment