Tuesday, May 7, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 111238  / 2 Years ago, sat, october 15, 2022, 2:23:00

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.


More From » command-line

 Answers
0

I don't know what happened as I don't know much technical details behind it. but I removed the following line



export ANDROID_SDK_HOME ={PATH}:/opt/android/sdk


and restarted the terminal and ran ddms it worked.


[#30734] Monday, October 17, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ditery

Total Points: 9
Total Questions: 116
Total Answers: 119

Location: Grenada
Member since Sun, Dec 20, 2020
3 Years ago
ditery questions
;