1 / 22

Android: Installing Requirements

Android: Installing Requirements. CIT 49900 Senior Project By: Ryan Seymour. Android Requirements: Summary. System Requirements: OS Windows 7 (preferred)/Vista. Specs: Faster the better Required Tools: - Java SE Development Kit (JDK) - Integrated Development Environment (IDE)

raisie
Download Presentation

Android: Installing Requirements

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Android: Installing Requirements CIT 49900Senior Project By: Ryan Seymour

  2. Android Requirements:Summary System Requirements: OS Windows 7 (preferred)/Vista. Specs: Faster the better Required Tools:- Java SE Development Kit (JDK)- Integrated Development Environment (IDE) Eclipse IDE for Java EE Developers- Android SDK - Android Virtual Devices (AVDs)- Android Development Tools (ADT)

  3. Android Requirements:Install Java SE Development Kit (JDK) Download JDK (http://www.oracle.com/technetwork/java/downloads/index.html)

  4. Android Requirements:Install Eclipse IDE for Java EE Download Eclipse: http://www.eclipse.org/ Go to Downloads->Packages-> Select latest Eclipse IDE (currently Indigo)

  5. Android Requirements:Install Android SDK Download Android ASK: http://developer.android/com/sdk/index.html Select the Windows Package w/Installer

  6. Android Requirements:Install Android SDK Remember/write down this location for later use.

  7. Android Requirements:Install Android SDK When the SDK Manager is loaded select all packages to install. This will take awhile.

  8. Android Requirements:Install Android Virtual Devices (AVDs) Select->Tools->Manage AVDs Select New to create an AVD

  9. Android Requirements:Install Android Virtual Devices (AVDs) Name the AVD, select target API Level, then select create AVD.. (API level 11 will be used for the following examples.)

  10. Android Requirements:Install Android Virtual Devices (AVDs) To see what the Android emulator looks like select the AVD you created then start.

  11. Android Requirements:Test Run: The Waiting Depending on how fast your workstation is this will take a moment. Windows OS 7 works better than Vista for Android development. What follows are the screenshots you will see while the Android emulator loads.

  12. Android Requirements:Test Run: The Waiting

  13. Android Requirements:Test Run: The Waiting When the home screen loads for the emulator unlock, then select the Apps icon on the top right corner.

  14. Android Requirements:Test Run: The Waiting A list of installed applications will be displayed and where your future created apps will go.

  15. Android Requirements:Almost done Next Eclipse needs to be configured to recognize an Android project template. Android Development Tools (ADT) is an extensionto the Eclipse IDE that allows for creating and debugging Android applications. To start launch Eclipse.exe

  16. Android Requirements:Install Android Development Tools Select Help->Install New Software

  17. Android Requirements:Install Android Development Tools Type in textbox: http://dl-ssl.google.com/android/eclipse

  18. Android Requirements:Install Android Development Tools Check mark the box next to Developer Tools to install: Android DDMS, Development Tools, Hierarchy Viewer, & Android Traceview.

  19. Android Requirements:Install Android Development Tools Select->Next-> Accept license agreements-> then Finish to create. Note: This may take some time.

  20. Android Requirements:Install Android Development Tools Select->Next-> Accept license agreements-> then Finish to create. Note: This may take some time. When finished Eclipse will restart. Once its restarted select Windows->Preferences to set the location of the Android SDK folder.

  21. Android Requirements:Install Android Development Tools Select Use Existing SDKs Enter the path to the SDK folder you were asked earlier to remember?

  22. Android Requirements:Conclusion Workstation is now prepared to create and debug Android applications. All of the tools discussed are required to develop an application. From experience Windows Vista OS runs much slower than Windows 7 OS even when both systems have similar specs. The canvas is now ready for you to create your first Android application.

More Related