Linux
如何在 Linux 16.04 上打開沒有終端的 Android Studio
我正在使用 Linux 16.04。如何在不使用終端的情況下啟動 Android Studio IDE?
創建一個文件,命名為
AndroidStudio.desktop
您希望能夠從其啟動 AS 的任何位置。將以下內容粘貼到其中:[Desktop Entry] Version=1.0 Name=Android Studio Comment=Android Studio Exec=/path/to/install/studio.sh Path=/path/to/install/ Icon=/path/to/launcher/icon.png Terminal=false Type=Application Categories=Utility;Development;
Exec
顯然,修改Path
和Icon
欄位以反映正確的路徑。