23
Setting up the Development Environment www.supinfo.com Copyright © SUPINFO. All rights reserved Preparation

Setting up the Development Environment Copyright © SUPINFO. All rights reserved Preparation

Embed Size (px)

Citation preview

  • Slide 1
  • Setting up the Development Environment www.supinfo.com Copyright SUPINFO. All rights reserved Preparation
  • Slide 2
  • Course objectives Discover tools. The tools you will use Install tools. Prepare your computer for your courses Test your environment. Check your installations By completing this course, you will: Preparation
  • Slide 3
  • Discover tools What will you use? Preparation
  • Slide 4
  • Preview Android SDK Eclipse ADT Plug-in for Eclipse These are the chapters that we will approach : Discover tools
  • Slide 5
  • Android SDK Android Software Development Kit Available on Windows, Mac OS X and Linux Used in order to develop Android Application Contains the emulator, APIs, tools and more Provided by Google Discover tools
  • Slide 6
  • Eclipse Multi-language software development environment With an extensible plug-in system Written in Java Free and Open Source Platform independent Supported by the Eclipse Foundation Discover tools
  • Slide 7
  • ADT plug-in for Eclipse Android Development Tools Plug-in for Eclipse IDE Give a powerful, integrated environment to build Android applications Extends the capabilities of Eclipse Android Project support Debug yours applications Export them as APKs Discover tools
  • Slide 8
  • Install tools Download and install Preparation
  • Slide 9
  • Preview Android SDK installation Eclipse installation ADT plug-in installation Link ADT plug-in with Android SDK SDK Platform Components installation These are the chapters that we will approach : Install tools
  • Slide 10
  • Android SDK installation Install tools Go to http://developer.android.com/sdk/index.html and download the latest SDK for your platformhttp://developer.android.com/sdk/index.html Unpack it to a convenient location Execute the Android SDK Manager /tools/android Select the following Packages : Android SDK Platform-tools SDK Platform Android 2.2 Google APIs by Google Inc.
  • Slide 11
  • Android SDK installation Install tools
  • Slide 12
  • Android SDK installation Install tools Add /platform-tools to your system PATH For example : /Users/bargenson/Library/android-sdk- mac_x86/platform-tools Test your installation by running adb from the command line
  • Slide 13
  • Eclipse installation Install tools Download Eclipse at http://www.eclipse.org/downloads/http://www.eclipse.org/downloads/ Unpack it to a convenient location And thats all, you can now launch the Eclipse binary
  • Slide 14
  • ADT plug-in installation Launch Eclipse Go to Help -> Install New Software Enter https://dl-ssl.google.com/android/eclipse/ the Work with fieldhttps://dl-ssl.google.com/android/eclipse/ Install tools Select all the packages found
  • Slide 15
  • ADT plug-in installation Click Next until you can click Finish Eclipses going to download and install the plug-in When finished, restart Eclipse Now, you can see some new Buttons in your toolbar Install tools
  • Slide 16
  • Link ADT plug-in with Android SDK Go to Eclipse Preferences Click in the left panel on Android Complete the field SDK Location Install tools
  • Slide 17
  • Test Test your installations Preparation
  • Slide 18
  • Preview Create an Android Project Execute it in an emulator These are the chapters that we will approach : Test
  • Slide 19
  • Create a Project Create a new Android Project named HelloDroid with : Android 2.2 selected in Build Target list Application name : Hello Droid ! Package name : com.supinfo.hellodroid Activity name : Main Look at the project contents Test Hello Droid !
  • Slide 20
  • Execute it in an Emulator Setup an Android Virtual Device Open the Android Virtual Device Manager Click New and fill the form to create the new AVD Execute your application in your emulator Right click on your project Run As Android Application Test Hello Droid !
  • Slide 21
  • Execute it in an Emulator Test
  • Slide 22
  • Congratulations You have successfully completed the SUPINFO course module n1 Preparation
  • Slide 23
  • The end Preparation