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
- android studio快捷鍵操作Android
- Android Studio軟體的快捷鍵用法彙總及常用配置Android
- Android studio快捷方式【 游標返回/前進被佔用】Android
- Android Studio 快捷鍵整理分享Android
- Android - 快捷方式Android
- VS打包程式製作的快捷方式每次啟動都要windows正在配置Windows
- android studio 配置Android
- Android Studio配置Android
- Android Studio常用快捷鍵彙總Android
- Android快捷方式解密Android解密
- Android快捷方式-ShortcutsAndroid
- 【Android Studio】Android Studio 搭建開發環境(Linux Ubuntu篇)Android開發環境LinuxUbuntu
- 命令啟動android studio 模擬器Android
- Ubuntu自動啟動配置指令碼Ubuntu指令碼
- 如何在 Ubuntu 桌面手動新增應用快捷方式Ubuntu
- Android Studio 常用快捷鍵(超實用!!!)Android
- Flutter 快捷開發 Mac Android Studio 篇FlutterMacAndroid
- ubuntu22.04建立idea快捷方式UbuntuIdea
- Android中Activity的四種啟動方式Android
- android studio 2022配置加速Android
- ubuntu14 設定開機啟動指令碼Ubuntu指令碼
- Android dp方式的螢幕適配工具使用(Android Studio外掛方式)Android
- Android啟動過程-萬字長文(Android14)Android
- android studio配置ndk開發Android
- JavaFx 建立快捷方式及設定開機啟動Java
- android studio 4.0 開啟offlineAndroid
- 一些Android Studio相關的配置Android
- Android Studio 使用教程(二十一)之Android Studio 查詢功能(搜尋功能)及快捷鍵Android
- Ubuntu18.4啟動IntelliJ IDEA 2020.2.2兩種方式UbuntuIntelliJIdea
- Android Studio使用筆記(1)使用android studio時避免每次啟動都進行網路gradle sync的方法Android筆記Gradle
- Android Studio Gradle 常用配置詳解AndroidGradle
- android studio4.0初次gradle配置AndroidGradle
- Android Studio配置開發環境Android開發環境
- Android Studio 配置目錄的建立和一些基本配置Android
- 解決android studio 模擬器取法啟動聲音的錯誤Android
- Android Studio開發Flutter快捷鍵總結(Mac電腦)AndroidFlutterMac
- Android Studio NDK開發-環境配置Android
- Android Studio 顯示Cannot resolve symbol 'XXX'的解決方式AndroidSymbol