android - adb command not found error, if I give the command adb in terminal( linux) -
- i have set path:
export path=$path:~/android-sdks/platform-tools
- done:
gksudo gedit ~/.profile
- installed:
sudo apt-get install ia32-libs
- installed:
sudo apt-get install android-tools-adb
even getting: adb: command not found
please me out fix
Comments
Post a Comment