Issue
How i can open android studio in Ubuntu from any directory adding PATH variable? I unzipped android studio on my Desktop then i tried following commands in terminal.
PATH=$PATH:/Desktop/android-studio/bin/
After that i run studio.sh.
./studio.sh
But it is not working. I can not open from any directory.
Solution
Try to execute without ./
The ./
indicates the current folder. Without it you can execute from anywhere in your system
Answered By - Joris Mathijssen
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.