skip to Main Content

I download Android Studio – Arctic Fox | 2020.3.1 from their official website in my ubuntu 20.04 LTS and install via these command:

at first i extract the zip downloaded file to: /usr/local
Then i installed via this command : ./studio.sh
After install, i can not find any desktop launcher icon for android studio.I try to find create desktop entry.But can not found.
Any solution?

2

Answers


    1. Create or open any project
    2. Press Shift twice and search "Create desktop entry" under All tab
    Login or Signup to reply.
  1. The same problem was caused by writing permission. If you put android dir to usr/local/ with a super user, you must give permission to write to users.

    chmod 775 /usr/local/android-studio/

    After that launch the app, as a normal user with studio.sh, and create a desktop icon again.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search