When I tried to install android studio on my 14.04 LTS Ubuntu system on opt directory as according to mentioned on by clayton (Ubuntu user) but I could not install it as accordingly.
- Unpack android studio zip on download directory
- Then open terminal fetch the file through
cd ~/Downloads - Then I enter
sudo -i - After then I tried to move android studio to opt directory
mv android-studio /optThen it says:
mv: cannot stat ‘android-studio’: No such file or directory
And I installed Qt creator5.3.2 on /opt directory for third party installation policy.It works fine except I could not fetch the examples on Qt creator and it is not showing the version of Qt.
If anybody could help me how to solve this problem. I would be really thankful in advance.