Ubuntu 14 配置Android Studio的快捷啟動方式
轉載請註明出處:http://blog.csdn.net/aaa111/article/details/41833179
在window7下安裝配置了Android Studio之後就想把ubuntu下的Android Studio整舒服。
桌面圖示
Ubuntu下解壓Android Studio壓縮包後有個名為"Install-Linux-tar.txt"的說明檔案,裡面有這麼一段:
Unpack the Android Studio distribution archive that you downloaded to
where you wish to install the program. We will refer to this destination
location as your {installation home} below.Open a console and cd into "{installation home}/bin" and type:
./studio.sh
to start the application.
[OPTIONAL] Add the "{installation home}/bin" to your PATH environmental
variable so that you may start Android Studio from any directory.
如果只做前兩步的話每次啟動Android Studio都要用終端進入Android Studio的資料夾執行"./studio.sh",這是很麻煩的。
第一次和第二次都是不正解。不想看請跳過。
第一次:修改/etc/profile檔案,新增"{installation home}/bin"到環境變數。重啟系統使其生效。
事實證明不作死就不會死啊...重啟以後被卡在了輸密碼登陸的介面,無限迴圈輸密碼嗎進不去系統。
解決辦法:1.Ctrl+Alt+F1進入命令介面, 2.輸入sudo vi /etc/profile還原為修改前的內容, 3.輸入:wq儲存, 4.輸入reboot重啟系統[1]。
第二次:修改/etc/environment新增"{installation home}/bin" 到PATH環境變數,此時可以從任意資料夾啟動Android Studio了,但是還是要在終端裡面。
順便profile和environment的區別:系統是先執行/etc/environment,後執行/etc/profile。/etc/environment是設定整個系統的環境,而/etc/profile是設定所有使用者的環境。系統應用程式的執行與使用者環境可以是無關的,但與系統環境是相關的[2]。
正解在這裡!
Google到一篇名為How to add Android Studio to the launcher?的文章[3],裡面有一段Answers內容為:
Here is my AndroidStudio .desktop file which works from the launcher.
[Desktop Entry]
Version=1.0
Type=Application
Name=Android Studio
Exec="/home/username/Programs/AndroidStudio/bin/studio.sh" %f
Icon=/home/username/Programs/AndroidStudio/bin/idea.png
Categories=Development;IDE;
Terminal=false
StartupNotify=true
StartupWMClass=jetbrains-android-studio
Name[en_GB]=android-studio.desktop
Alternatively, you can also open Android Studio, click on Configure(如果已經開啟了AS,此處就改為Tools) -> Create Desktop Entry. This should create an entry on the dash:
------------------------
AndroidStudio.desktop檔案放桌面上,就是下面這樣子。
做了這些之後就可以從桌上和dash裡啟動Android Studio了。
如果提示未信任的應用啟動器的問題,這時只要右鍵該應用的desktop檔案,單擊屬性,在許可權選項卡中勾選“允許作為程式執行檔案”即可[4]。
鎖定到Launcher
參考:
相關文章
- Linux(Ubuntu)下配置Android Studio的快捷啟動方式LinuxUbuntuAndroid
- linux配置Android Studio的快捷啟動方式LinuxAndroid
- 【Android】Android Studio啟動配置gradleAndroidGradle
- 在ubuntu 開啟android studioUbuntuAndroid
- VS打包程式製作的快捷方式每次啟動都要windows正在配置Windows
- android studio 快捷鍵Android
- Ubuntu自動啟動配置指令碼Ubuntu指令碼
- Android Studio軟體的快捷鍵用法彙總及常用配置Android
- 如何在 Ubuntu 桌面手動新增應用快捷方式Ubuntu
- Android — Android Studio 中常用的快捷鍵Android
- android studio 啟動問題Android
- android studio快捷鍵操作Android
- Android - 快捷方式Android
- 記錄Android Studio正確開啟方式Android
- Android studio快捷方式【 游標返回/前進被佔用】Android
- Linux:ubuntu桌面操作快捷方式LinuxUbuntu
- Ubtunu下啟動android-studio的方法Android
- Android Studio 快捷鍵整理分享Android
- Android快捷方式解密Android解密
- Android快捷方式-ShortcutsAndroid
- Android的activity的四種啟動方式Android
- 配置你的 Android StudioAndroid
- 命令啟動android studio 模擬器Android
- 你可能會用到的Android Studio快捷鍵Android
- Android Studio配置Android
- Android Studio常用快捷鍵彙總Android
- Android Studio 小技巧/快捷鍵 合集Android
- Android Studio 快捷鍵使用總結Android
- Android中Activity的四種啟動方式Android
- JavaFx 建立快捷方式及設定開機啟動Java
- MySQL讀取配置檔案的順序、啟動方式、啟動原理MySql
- ubuntu22.04建立idea快捷方式UbuntuIdea
- ubuntu14 設定開機啟動指令碼Ubuntu指令碼
- 最全面的mac下的android studio快捷鍵MacAndroid
- Flutter 快捷開發 Mac Android Studio 篇FlutterMacAndroid
- Android Studio常用快捷鍵彙總(mac)AndroidMac
- Android Studio常用快捷鍵(持續更新)Android
- Android Studio 常用快捷鍵(超實用!!!)Android