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