Issue
Mine might be an easy question but don't know how to solve yet...
(base) hsy@Deepin-hsy:~/Android/Sdk/platform-tools$ ./adb
I can call ./adb if I am already in the path,
and I have set the following export command in my .bash_profile
export PATH=/home/hsy/Library/Android/Sdk/platform-tools:$PATH
Why I still can't use adb command in my terminal? appreciate any help.
Solution
Answer my own question for future seekers.
Android Studio installed the adb under /home/$USER/Android/Sdk/platform-tools on Deepin, while Expo tutorial gives the recommendation of export PATH=/home/$USER/Library/Android/Sdk/platform-tools.
- There is no Library folder in the path
- the
Sdkhas been capitalized
Good luck on your journey :)
Answered By - Yang
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.