Since I've downloaded the Android development kit as a package (sdk, eclipse bundled together), I extracted it into /opt/android/sdk
I ran the command nano ~/.bashrc command and opened the file. Now I set the path as below
export PATH=${PATH}:/opt/android/sdk/tools
export PATH=${PATH}:/opt/android/sdk/platform-tools
export ANDROID_SDK_HOME ={PATH}:/opt/android/sdk
But it doesn't seem to help at all, when I run ddms in command prompt I get error message saying no command ddmds found.
If we set the path variable in windows correctly the ddms command would work correctly. I assume its a problem with the way I set the path.
Can someone please help me out. Thanks.