Changes

Jump to: navigation, search

Resources for Learning Android App Development

584 bytes added, 21:11, 17 September 2013
Created page with '---- '''How to add Android SDK in Mac Terminal commandline ''' # Download Android sdk from : http://developer.android.com/sdk/index.html # Unzip the file and place it in a folde…'
----
'''How to add Android SDK in Mac Terminal commandline '''

# Download Android sdk from : http://developer.android.com/sdk/index.html
# Unzip the file and place it in a folder
# Open Terminal.
# Edit ~/.profile and append the path to the executable binary files:
''export PATH=~/[PATH OF THE FOLDER YOU HAVE UNZIPPED]/adt-bundle-mac-x86_64-20130729/sdk/tools:$PATH''
# check if tools are in bash path:
''echo $PATH''
# Check if Android is working:
''android -h''

reference : http://www.androidauthority.com/how-to-install-android-sdk-software-development-kit-21137/
-Jose
----

Navigation menu