Skip to content

Instantly share code, notes, and snippets.

@javamak
Created December 31, 2025 12:59
Show Gist options
  • Select an option

  • Save javamak/8decda6614d2f204df3effbc85c82c75 to your computer and use it in GitHub Desktop.

Select an option

Save javamak/8decda6614d2f204df3effbc85c82c75 to your computer and use it in GitHub Desktop.
Configuring Android Studion in (Arch/Omarchy) Linux

Add below lines to a new file called android-studio.destop

[Desktop Entry]
Name=Android Studio
Exec=~/install/android-studio/bin/studio.sh
Icon=~/install/android-studio/bin/studio.png
Comment=IDE for Android app development
Terminal=false
Type=Application
Categories=Development;IDE;Java;

Run below command to install the file

sudo desktop-file-install android-studio.desktop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment