Sunday, January 5, 2014

Adding Android Tools path to Mac Path permanently.


echo "export PATH=\"<SDK direcotory path>/sdk/tools:$PATH\"" > .bash_profile


echo "export PATH=\"/Android/adt-bundle-mac-x86_64-20130729/sdk/tools:$PATH\"" > .bash_profile
echo "export PATH=\"/Android/adt-bundle-mac-x86_64-20130729/sdk/platform-tools:$PATH\"" > .bash_profile