1[Desktop Entry] 2Version=1.0 3Type=Application 4Name=Android Studio AndroidX 5 6# Update to the path of your studio 7Icon=/path/to/android-studio/bin/studio.png 8# Update to the paths of your studio and checkout of AndroidX 9Exec=env STUDIO_PROPERTIES=/path/to/androidx/frameworks/support/development/studio/idea.properties "/path/to/android-studio/bin/studio.sh" %f 10 11Categories=Development;IDE; 12Terminal=false 13StartupWMClass=jetbrains-studio 14