How to create launcher icon for android studio in ubuntu 20 LTS?
Asked Answered
P

2

9

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?

Patriotism answered 19/8, 2021 at 8:20 Comment(2)
it is not an installer. studio.sh suppose to run android studio, not install it.Presentational
thanks for this information aminPatriotism
G
33
  1. Create or open any project
  2. Press Shift twice and search "Create desktop entry" under All tab
Guy answered 19/8, 2021 at 9:0 Comment(0)
M
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.

Microseism answered 26/11, 2021 at 15:17 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.