im really new in linux and I have problem with set PATH variable to android. I download package from android site and unpacked it to workspace in my home directory. Then I run shell and go to my home directory and run command:
gedit .profile
Then I add to end of file lines:
export PATH=$PATH:~/workspace/android-sdk-linux/tools
export PATH=$PATH:~/workspace/android-sdk-linux/platform-tools
I save it, close terminal and start it again. When I run command:
./android
I get:
bash: ./android: There is no such file or directory
Do you know what I do wrong?
./onlyandroid. If that works do not modify .bashrc – Aleksandar Dec 9 '12 at 15:44