SlideShare ist ein Scribd-Unternehmen logo
1 von 28
© Frank Mueller & Seokyong Hong (TA) North Carolina State University Center for Efficient, Secure and Reliable Computing Android Installation Guide (2) Except as otherwise noted, the content of this presentation is  licensed under the Creative Commons Attribution 2.5 License
Outline Install JDK Install Android SDK Install Eclipse Install Eclipse Plug-ins for Android Sample Project: Hello, Android
Installation - JDK
Installation - JDK (Cont.) ,[object Object],[object Object]
Installation - JDK (Cont.)
Installation - Android SDK ,[object Object],Directory Description Development Tools A variety of tools for developing and debugging application code and designing an application UI System Images Android 1.1 system images Sample Code and Applications A variety of tutorials and samples Documentation A full set of local documentation
Installation - Android SDK (Cont) ,[object Object],[object Object],[object Object],[object Object]
Installation - Android SDK (Cont) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Installation - Android SDK (Cont) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Installation - Android SDK (Cont) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Installation - Android SDK (Cont) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Installation - Android SDK (Cont) ,[object Object],[object Object],[object Object],[object Object],[object Object]
Installation - Android SDK (Cont) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Installation - Android SDK (Cont) ,[object Object],[object Object],[object Object],[object Object],[object Object]
Installation - Android SDK (Cont)
Installation - Eclipse ,[object Object],[object Object],[object Object]
Installation - Eclipse (Cont) ,[object Object],[object Object]
Installation - Eclipse (Cont) ,[object Object],Plug-in Function JDT provides the capability to create, edit, navigate, build, and debug projects that use Java as a programming language CDT provides the capability to create, edit, navigate, build, and debug projects that use C and/or C++ as a programming language UML2 provides the capability to create UML models  ... ...
Installation - Eclipse (Cont) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Installation - Eclipse (Cont) ,[object Object],[object Object],[object Object]
Installation - Android Development Tools ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Installation - ADT (Cont) ,[object Object],[object Object]
Installation - ADT (Cont) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Sample Project - "Hello, Android" ,[object Object],[object Object],[object Object]
Sample Project - "Hello, Android" (Cont) ,[object Object],package com.android.hello; import android.app.Activity; import android.os.Bundle; import android.widget.TextView; public class HelloAndroid extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); TextView tv = new TextView(this); tv.setText("Hello, Android"); setContentView(tv); } }
Sample Project - "Hello, Android" (Cont) ,[object Object],[object Object],[object Object],[object Object],[object Object]
Sample Project - "Hello, Android" (Cont) ,[object Object],[object Object],[object Object],[object Object],[object Object]
Sample Project - "Hello, Android" (Cont) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

Weitere ähnliche Inhalte

Was ist angesagt?

[Android] Introduction to Android Programming
[Android] Introduction to Android Programming[Android] Introduction to Android Programming
[Android] Introduction to Android ProgrammingNikmesoft Ltd
 
Android Programming Basics
Android Programming BasicsAndroid Programming Basics
Android Programming BasicsEueung Mulyana
 
Introduction to Android
Introduction to Android Introduction to Android
Introduction to Android Ranjith Kumar
 
Android study jams 1
Android study jams 1Android study jams 1
Android study jams 1NancyMariaAS
 
Dload mobile development
Dload mobile developmentDload mobile development
Dload mobile developmentSayed Ahmed
 
Android Web app
Android Web app Android Web app
Android Web app Sumit Kumar
 
Android fundamentals and tutorial for beginners
Android fundamentals and tutorial for beginnersAndroid fundamentals and tutorial for beginners
Android fundamentals and tutorial for beginnersBoom Shukla
 
Introduction to Android App Development
Introduction to Android App DevelopmentIntroduction to Android App Development
Introduction to Android App DevelopmentTodd Burgess
 
Introduction to Android Development
Introduction to Android DevelopmentIntroduction to Android Development
Introduction to Android Developmentdonnfelker
 
Introduction to Android, Architecture & Components
Introduction to  Android, Architecture & ComponentsIntroduction to  Android, Architecture & Components
Introduction to Android, Architecture & ComponentsVijay Rastogi
 
Android Development Workshop
Android Development WorkshopAndroid Development Workshop
Android Development WorkshopPeter Robinett
 
android-tutorial-for-beginner
android-tutorial-for-beginnerandroid-tutorial-for-beginner
android-tutorial-for-beginnerAjailal Parackal
 
Experience The Best Android Programming Training Here | LW India
Experience The Best Android Programming Training Here | LW IndiaExperience The Best Android Programming Training Here | LW India
Experience The Best Android Programming Training Here | LW IndiaVishakhaTalmale
 
Android development
Android developmentAndroid development
Android developmentRaynax668
 

Was ist angesagt? (20)

PPT Companion to Android
PPT Companion to AndroidPPT Companion to Android
PPT Companion to Android
 
[Android] Introduction to Android Programming
[Android] Introduction to Android Programming[Android] Introduction to Android Programming
[Android] Introduction to Android Programming
 
Android Programming Basics
Android Programming BasicsAndroid Programming Basics
Android Programming Basics
 
Android presentation slide
Android presentation slideAndroid presentation slide
Android presentation slide
 
Introduction to Android
Introduction to Android Introduction to Android
Introduction to Android
 
Android Seminar
Android SeminarAndroid Seminar
Android Seminar
 
Android Platform Architecture
Android Platform ArchitectureAndroid Platform Architecture
Android Platform Architecture
 
Android study jams 1
Android study jams 1Android study jams 1
Android study jams 1
 
Dload mobile development
Dload mobile developmentDload mobile development
Dload mobile development
 
Android Web app
Android Web app Android Web app
Android Web app
 
Android fundamentals and tutorial for beginners
Android fundamentals and tutorial for beginnersAndroid fundamentals and tutorial for beginners
Android fundamentals and tutorial for beginners
 
Introduction to Android App Development
Introduction to Android App DevelopmentIntroduction to Android App Development
Introduction to Android App Development
 
Introduction to Android Development
Introduction to Android DevelopmentIntroduction to Android Development
Introduction to Android Development
 
Introduction to Android, Architecture & Components
Introduction to  Android, Architecture & ComponentsIntroduction to  Android, Architecture & Components
Introduction to Android, Architecture & Components
 
Android Development Workshop
Android Development WorkshopAndroid Development Workshop
Android Development Workshop
 
android-tutorial-for-beginner
android-tutorial-for-beginnerandroid-tutorial-for-beginner
android-tutorial-for-beginner
 
Experience The Best Android Programming Training Here | LW India
Experience The Best Android Programming Training Here | LW IndiaExperience The Best Android Programming Training Here | LW India
Experience The Best Android Programming Training Here | LW India
 
Intro to Android Programming
Intro to Android ProgrammingIntro to Android Programming
Intro to Android Programming
 
Android development
Android developmentAndroid development
Android development
 
Android ppt
Android pptAndroid ppt
Android ppt
 

Ähnlich wie Android installation guide

Getting started with android dev and test perspective
Getting started with android   dev and test perspectiveGetting started with android   dev and test perspective
Getting started with android dev and test perspectiveGunjan Kumar
 
Android chapter02-setup1-sdk
Android chapter02-setup1-sdkAndroid chapter02-setup1-sdk
Android chapter02-setup1-sdkTran Le Hoan
 
Day: 2 Environment Setup for Android Application Development
Day: 2 Environment Setup for Android Application DevelopmentDay: 2 Environment Setup for Android Application Development
Day: 2 Environment Setup for Android Application DevelopmentAhsanul Karim
 
Industrial Training in Android Application
Industrial Training in Android ApplicationIndustrial Training in Android Application
Industrial Training in Android ApplicationArcadian Learning
 
Android tutorial
Android tutorialAndroid tutorial
Android tutorialEd Zel
 
Android tutorial
Android tutorialAndroid tutorial
Android tutorialkatayoon_bz
 
Titanium Studio [Updated - 18/12/2011]
Titanium Studio [Updated - 18/12/2011]Titanium Studio [Updated - 18/12/2011]
Titanium Studio [Updated - 18/12/2011]Sentinel Solutions Ltd
 
Android tutorial ppt
Android tutorial pptAndroid tutorial ppt
Android tutorial pptRehna Renu
 
Android tutorial
Android tutorialAndroid tutorial
Android tutorialmaster760
 
Android SDK and PhoneGap
Android SDK and PhoneGapAndroid SDK and PhoneGap
Android SDK and PhoneGapDoncho Minkov
 
Methods to set up android app development environment
Methods to set up android app development environmentMethods to set up android app development environment
Methods to set up android app development environmentastoria0128
 

Ähnlich wie Android installation guide (20)

Getting started with android dev and test perspective
Getting started with android   dev and test perspectiveGetting started with android   dev and test perspective
Getting started with android dev and test perspective
 
Android chapter02-setup1-sdk
Android chapter02-setup1-sdkAndroid chapter02-setup1-sdk
Android chapter02-setup1-sdk
 
Day: 2 Environment Setup for Android Application Development
Day: 2 Environment Setup for Android Application DevelopmentDay: 2 Environment Setup for Android Application Development
Day: 2 Environment Setup for Android Application Development
 
Industrial Training in Android Application
Industrial Training in Android ApplicationIndustrial Training in Android Application
Industrial Training in Android Application
 
Android
AndroidAndroid
Android
 
Android
AndroidAndroid
Android
 
Android
Android Android
Android
 
Android Basic
Android BasicAndroid Basic
Android Basic
 
Android tutorial
Android tutorialAndroid tutorial
Android tutorial
 
Android tutorial
Android tutorialAndroid tutorial
Android tutorial
 
Android tutorial
Android tutorialAndroid tutorial
Android tutorial
 
Android tutorial
Android tutorialAndroid tutorial
Android tutorial
 
Titanium Studio [Updated - 18/12/2011]
Titanium Studio [Updated - 18/12/2011]Titanium Studio [Updated - 18/12/2011]
Titanium Studio [Updated - 18/12/2011]
 
Android tutorial
Android tutorialAndroid tutorial
Android tutorial
 
Android tutorial ppt
Android tutorial pptAndroid tutorial ppt
Android tutorial ppt
 
Android tutorial
Android tutorialAndroid tutorial
Android tutorial
 
Android tutorial
Android tutorialAndroid tutorial
Android tutorial
 
Android-Tutorial.ppt
Android-Tutorial.pptAndroid-Tutorial.ppt
Android-Tutorial.ppt
 
Android SDK and PhoneGap
Android SDK and PhoneGapAndroid SDK and PhoneGap
Android SDK and PhoneGap
 
Methods to set up android app development environment
Methods to set up android app development environmentMethods to set up android app development environment
Methods to set up android app development environment
 

Mehr von magicshui

网络信息管理-rss介绍-方案1
网络信息管理-rss介绍-方案1网络信息管理-rss介绍-方案1
网络信息管理-rss介绍-方案1magicshui
 
网络信息管理-rss介绍-方案2
网络信息管理-rss介绍-方案2网络信息管理-rss介绍-方案2
网络信息管理-rss介绍-方案2magicshui
 
.Net网络编程入门
.Net网络编程入门.Net网络编程入门
.Net网络编程入门magicshui
 
Android platform overview
Android platform overviewAndroid platform overview
Android platform overviewmagicshui
 
Android application model
Android application modelAndroid application model
Android application modelmagicshui
 
计算机网络:复习
计算机网络:复习计算机网络:复习
计算机网络:复习magicshui
 
Hetaoo come on
Hetaoo come onHetaoo come on
Hetaoo come onmagicshui
 

Mehr von magicshui (8)

网络信息管理-rss介绍-方案1
网络信息管理-rss介绍-方案1网络信息管理-rss介绍-方案1
网络信息管理-rss介绍-方案1
 
网络信息管理-rss介绍-方案2
网络信息管理-rss介绍-方案2网络信息管理-rss介绍-方案2
网络信息管理-rss介绍-方案2
 
.Net网络编程入门
.Net网络编程入门.Net网络编程入门
.Net网络编程入门
 
Android platform overview
Android platform overviewAndroid platform overview
Android platform overview
 
Android application model
Android application modelAndroid application model
Android application model
 
One
OneOne
One
 
计算机网络:复习
计算机网络:复习计算机网络:复习
计算机网络:复习
 
Hetaoo come on
Hetaoo come onHetaoo come on
Hetaoo come on
 

Android installation guide

  • 1. © Frank Mueller & Seokyong Hong (TA) North Carolina State University Center for Efficient, Secure and Reliable Computing Android Installation Guide (2) Except as otherwise noted, the content of this presentation is licensed under the Creative Commons Attribution 2.5 License
  • 2. Outline Install JDK Install Android SDK Install Eclipse Install Eclipse Plug-ins for Android Sample Project: Hello, Android
  • 4.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.

Hinweis der Redaktion

  1. 1
  2. 2