find ./ -name ".svn" | xargs rm -Rf
Friday, December 5, 2014
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
Subscribe to:
Comments (Atom)