Hello Android!!!

来源:互联网 发布:双十一淘宝销售培训 编辑:程序博客网 时间:2024/05/17 04:06

    Android is a operating System that runs on the moblie devices .such as the smart mobile phone ,the pads......

    Android is a os based on the Linux.

    Get Android SDK at :http://developer.android.com/sdk/index.html

Before you install the Android SDK make sure you have the following Software

1. Android SDK  (Includes everything to develop, compile , run and test the system)

2. JDK (Java development Kit) and JRE (Java Run Time Environment)

3. Some Android system such as mobile or Pad etc…

 

Install the Android SDK 

Extract the Software by using WinRAR software

    And then set path for  the environmental variables:

set my computer's setting as an example:

%C:\Program Files\adt-bundle-windows-x86\adt-bundle-windows-x86\sdk\platform-tools%;

%C:\Program Files\adt-bundle-windows-x86\adt-bundle-windows-x86\sdk\platform-tools%

after you setting the path ,then you can run your eclipse and you will see the android developer tool:

 

Finally  we can start to develop the android applications:

Use AVD to add our virtual devices:

 

 

 

 

 

 

Now the followint time is to write the android programs...

My first android program->hello ,android ,I'm Nicolas ^_^

 

 

 

 

 

 

原创粉丝点击