Languages

Menu
Sites
Language
sdb command not found

Hello

I'm running Ubuntu 12.4 and I downloded tizen sdk and its working fine, except that when I try to use sdb command from terminal I get that sdb command not found, even though I run the command from /tizen-sdk/tools, where sdb is, I'm trying to pull files from my gear 2 but because of the sdk connection error I cant.

Can you please tell me whats the problem?

thank you.

Responses

3 Replies
AVSukhov

Hello,

I hope this topic will help you:

http://askubuntu.com/questions/110803/my-program-cannot-run-with-command-not-found-error

Ahmed All Razi

Open Home directory

Press CTRL+H

Open .bashrc

Append the following line at the bottom of the text file

    "export PATH=$PATH:/home/srbd/tizen-sdk/tools"

Save & Close

Now try again

 

Hope this will help you.

Thanks.

Ahmed All Razi

its not actually /home/srbd/tizen-sdkfor you, please replace with your tizen-sdk directory address.