Android 開發環境搭建

來源:互聯網
上載者:User

標籤:

因為開發工具版本 搭建 環境配置經常出現問題 再次用一篇隨筆來做下記錄

1 需要的工具
jdk-6u45-windows-x64 //http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase6-419409.html
eclipse-SDK-3.7.2-win32-x86_64 //http://www.eclipse.org/downloads/packages/eclipse-classic-372/indigosr2/
ADT-23.0.6 //http://developer.android.com/sdk/installing/installing-adt.html
android-sdk_r24.2-windows //http://developer.android.com/sdk/index.html

2 安裝
JDK環境變數
網上也是亂在抄
JAVA_HOME C:\Program Files\Java\jdk1.8.0_45
Path %JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;
CLASSPATH .;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar
自己的配置方法
Path C:\Program Files\Java\jdk1.8.0_45\bin;

3 設定
1 字型
2 背景色
    Window Preferences
    General Editors TextEditors
    Background color 取消System default邊上的對勾。點擊color即可進行顏色的修改
    豆沙綠 色調為85,飽和度設定為90,亮度設為205
3 自動提示
    Window Preferences
    JAVA Editor ContentAssist
    Auto activation triggers for JAVA //.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
4 Log數量
5 關聯源碼
6 設定預設編碼為Utf-8
    Window->Preferences->General->Workspace   面板Text file encoding 選擇UTF-8

Android 開發環境搭建

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.