Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> 關於Android編程 >> Android學習筆記(一)環境安裝及第一個hello world

Android學習筆記(一)環境安裝及第一個hello world

編輯:關於Android編程

開發環境

安裝JDK和JRE

下載安裝文件並安裝:

jdk-8u11-windows-i586.exe
jre-8u11-windows-i586.exe
使用google提供的adt-bundle,直接解壓到本地即可使用,使用版本如下:

adt-bundle-windows-x86-20131030.zip
第一個android工程

打開eclipse如下圖所示:

enter image description here

新建工程

新建一個工程,取名為FirstApp,使用默認設置 。

 File->New->Android Application Project

 enter image description here

一路 next 直到 finish 。

Build Project

Project->Build Project

調試

調試使用的手機型號:MI 3W   
按如下方式打開usb調試選項:

 1. 進入【設置】->【關於手機】連續點擊【Android 版本】5次 
 2. 後退至【設置】可看到【開發者選項】 
 3. 進入【開發者選項】
 4. 打開【USB 調試】 
首次連接手機會安裝驅動,等待驅動安裝成功。

進入adt-buldle安裝目錄下的sdk\platform-tools目錄如下輸入如下指令:

 enter image description here

看到device字樣說明設備成功識別了。

運行程序

【Run】->【Run As】->【1 Android Application】

點擊後可在Console窗口中看到:

 enter image description here

在手機中同意安裝應用,安裝完成後自動運行如下圖:

 enter image description here

第一個App成功運行。

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved