Android Studio首次安裝運行時卡在更新處理方法,Android Studio安裝目錄下的 bin 目錄下,找到 idea.properties 文件,在文件最后追加disable.android.first.run=true 。
設置 Android SDK路徑:Settings ——Appearance?and?Behavior ——Android SDK
使用炫酷的黑色界面:Settings --> Appearance --> Theme ,選擇 Darcula 主題
代碼字體設置:Settings --> Editor --> Colors & Fonts --> Font 。默認系統顯示的?Scheme?為?Defualt?,你是不能編輯的,你需要點擊右側的?Save As...?,保存一份自己的設置,并在當中設置。之后,在?Editor Font?中即可設置字體。
快捷鍵設置:Android Studio的快捷鍵和Eclipse的不相同,但是你可以在Android Studio中使用Eclipse的快捷鍵。
顯示行號:Settings --> Editor --> Appearance 勾選 Show line numbers 。
設置啟動時不自動打開項目:Settings | Appearance & Behavior | System Settings —–> 取消Reopen last project on startup
設置光標懸停時提示文檔注釋:File | Settings | Editor | General ——> 勾選 Show quick doc on mouse Delay…
設置代碼自動提示:File | Settings | Editor | General | Code CompletionAll:輸入的字符進行全匹配,能全匹配起來的字符才會顯示在提示列表中。None:進行模糊匹配。First Letter:根據首字母進行匹配。
插件安裝:File | Settings | Plugins —–> Browse repositories… ?搜索插件安裝