Key art image for ADB Right on the Command Line

ADB Right on the Command Line

Edit your ~/.profile file

Then add something along the lines of:

if [ -d "/home/matt/Development-Tools/android-sdks/tools" ] ; then     PATH="/home/matt/Development-Tools/android-sdks/tools:$PATH" fi   if [ -d "/home/matt/Development-Tools/android-sdks/platform-tools" ] ; then     PATH="/home/matt/Development-Tools/android-sdks/platform-tools:$PATH" fi

I tried ‘~/Development-Tools…..’ but had no luck.

Anyway, restart your machine and jobs a good’un

Orig Photo: https://flic.kr/p/9FfDQ8

Found an issue?

All my posts are available to edit on GitHub, any fix is greatly appreciated!

Edit on GitHub