Obtaining the Required Tools

Slides:



Advertisements
Similar presentations
Lecture 6 Testing and Debugging on a Physical Android Device and other Power User Stuff.
Advertisements

Programming with Android: SDK install and initial setup Luca Bedogni Marco Di Felice Dipartimento di Informatica: Scienza e Ingegneria Università di Bologna.
1 eclipse Tips. 2 What is eclipse? Eclipse is a popular IDE (Integrated Development Environment) that we will use to create, compile, execute, and test.
Get android development environment running. Install – Get and install JDK 5 or 6 (see link in the.
1 Mobile Computing Mobile First (formerly Worklight) Copyright 2015 by Janson Industries.
Android: Hello World Frank Xu Gannon University. Steps Configuration ▫Android SDK ▫Android Development Tools (ADT)  Eclipse plug-in ▫Android SDK and.
Google Android as a mobile development platform T Internet Technologies for Mobile Computing Olli Mäkinen.
Introduction to Android Studio
Getting Started with Web Servers, PHP, and the Eclipse PDT Appendix I DAVID M. KROENKE and DAVID J. AUER DATABASE CONCEPTS, 6 th Edition.
13-Jul-15 Getting Ready for Java. 2 What You Need 256 MB of RAM (512 MB or more recommended) 500 MHz Pentium or better Macintosh: must run Mac OS X, preferably.
15-Jul-15 Starting Eclipse Just the basics. Getting Eclipse If you Google for “Eclipse”: The first hit is the home page, The second.
Android Programming Beomjoo Seo Sep., 12 CS5248 Fall 2012.
2. Setting Up Your Android Development Environment.
ANDROID PROGRAMMING MODULE 1 – GETTING STARTED
UFCFX5-15-3Mobile Device Development Android Development Environments and Windows.
Setting up the Development Environment Copyright © SUPINFO. All rights reserved Preparation.
How to make it work? Doncho Minkov Telerik Academy academy.telerik.com Technical Trainer
SET UP COMPUTER ** PLEASE BE AWARE SCREENSHOTS MAY NOT MATCH **
Eclipse IDE. 2 IDE Overview An IDE is an Interactive Development Environment Different IDEs meet different needs BlueJ and DrJava are designed as teaching.
Getting Started with Android Programming Note: if you have already installed android development tools, please check that you have the same version as.
SEEM4570: XAMPP, Eclipse, Summary of Html Kangfei Zhao Room 711,ERB
Android Programming. Outline Preparation Create new project Build and Run a project Debug a project Deploy on devices.
1 eclipse Tips. 2 What is eclipse? Eclipse is a popular IDE (Integrated Development Environment) that we will use to create, compile, execute, and test.
Google Maps Android API v2 吳俊興 國立高雄大學 資訊工程學系 CSF645 – Mobile Computing 行動計算
Tutorial 11 Installing, Updating, and Configuring Software
Eclipse Overview Introduction to Web Programming Kirkwood Continuing Education Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved.
1 Mobile Computing Set Up Copyright 2015 by Janson Industries.
Android. The Eclipse IDE Installation Requirements: Eclipse Java Windows All must match (32-bit OR 64-bit) If you have a 64-bit OS & 32-bit browser,
Introduction to Android. Android as a system, is a java based operating system that runs on the Linux kernel. The system is very lightweight and full.
ANDROID Presented By Mastan Vali.SK. © artesis 2008 | 2 1. Introduction 2. Platform 3. Software development 4. Advantages Main topics.
Presented By: Muhammad Tariq Software Engineer Android Training course.
Android architecture & setting up. Android operating system comprises of different software components arranges in stack. Different components of android.
9/2/ CS171 -Math & Computer Science Department at Emory University.
Android Development Environment Environment/tools Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android.
DEVS M&S Tutorial with eclipse IDE Chungman Seo
Liferay Installation Prepared by: Do Xuan Hai 8 August 2011.
First Venture into the Android World Chapter 1 Part 2.
Tool Install How to download & install Java 6 & Eclipse updated version based on Dr. G. L. Ray’s slides.
 Installation of Android Development Environment  Creating the App with OpenGL ES API  Running the App on Emulator Android App Development.
How to Install Eclipse Click hereClick here to download Eclipse.
ANDROID APPLICATION DEVELOPMENT. ANDROID DEVELOPMENT DEVELOPER.ANDROID.COM/INDEX.HTML THE OFFICIAL SITE FOR ANDROID DEVELOPERS. PROVIDES THE ANDROID SDK.
TODAY Android Studio Installation Getting started Creating your 1 st App Beginning to understanding Intents.
Intoduction to Andriod studio Environment With a hello world program.
David M. Kroenke and David J. Auer Database Processing Fundamentals, Design, and Implementation Appendix I: Getting Started with Web Servers, PHP and the.
Best 5 Mobile App Development Tools for Developer's to think beyond the Limitation.
Android apps development - Eclipse, Android SDK, and ADT plugin Introduction of.
IBM Worklight environment setup 1. Eclipse IDE Multi-purpose integrated development environment (IDE) Open source Supported for Windows, Mac OS X, Linux.
Day 1 Session 2. Setup & Installation
CHAPTER 1 part 1 Introduction. Chapter objectives: Understand Android Learn the differences between Java and Android Java Examine the Android project.
COM594: Mobile Technology Practical – Week 1 Android and Android Studio.
Mobile Device Development
Fundamental of Databases
Installation The Intercompany Integration Solution for SAP Business One Version 2.0 for SAP Business One 9.1 Welcome to the course on the installation.
Development Environment
Android 01: Fundamentals
Android Development 陆俊敏 F
Development-Introduction
Android 基礎.
Getting started in Eclipse
CIS 470 Mobile App Development
Anatomy of an Android Application
Installation The Intercompany Integration Solution for SAP Business One Version 2.0 for SAP Business One 9.1 Welcome to the course on the installation.
Introduction to EV3Dev: Setup with Python
Setting up Eclipse Locally
Install Ruby If you are running on Mac OS X, Ruby is preinstalled.
Introduction to Eclipse
Software Setup & Validation
Android Application Development
Presentation transcript:

Obtaining the Required Tools Lecture - 3 Krishnaveni S,Assistant Professor,Department Of Software Engineering

Krishnaveni S,Assistant Professor,Department Of Software Engineering Topics for Today Obtaining the Required Tools Android SDK Installing the Android SDK Tools Configuring the Android SDK Manager Krishnaveni S,Assistant Professor,Department Of Software Engineering

Krishnaveni S,Assistant Professor,Department Of Software Engineering Android SDK The first and most important piece of software you need to download is, of course, the Android SDK. The Android SDK contains a debugger, libraries, an emulator, documentation, sample code, and tutorials. You can download the Android SDK from http://developer.android.com/sdk/index.html The Android SDK is packaged in a zip file. You can download it and unzip its content (the android-sdk-windows folder) into a folder, say C:\Android 4.0\. For Windows user, Google recommends that you download the installer_r15-windows.exe file instead and use it to set up the tools for you automatically Krishnaveni S,Assistant Professor,Department Of Software Engineering

Krishnaveni S,Assistant Professor,Department Of Software Engineering INTRODUCTION TO ANDROID PROGRAMMING Krishnaveni S,Assistant Professor,Department Of Software Engineering

Krishnaveni S,Assistant Professor,Department Of Software Engineering Installing the Android SDK Tools When you have downloaded the installer_r15-windows.exe file double-click it to start the installation of the Android tools. In the welcome screen of the Setup Wizard, click Next to continue. If your computer does not have Java installed, you will see the error dialog shown in Figure .However, even if you have Java installed, you may still see this error. If this is the case, click the Report error button and then click Next. Krishnaveni S,Assistant Professor,Department Of Software Engineering

Krishnaveni S,Assistant Professor,Department Of Software Engineering INTRODUCTION TO ANDROID PROGRAMMING Krishnaveni S,Assistant Professor,Department Of Software Engineering

Krishnaveni S,Assistant Professor,Department Of Software Engineering You will be asked to provide a destination folder to install the Android SDK tools. Enter a destination path (see Figure 1-10) and click Next. When you are asked to choose a Start Menu folder to create the program’s shortcut, take the default “Android SDK Tools” and click Install. When the setup is done, check the “Start SDK Manager (to download system images, etc.)” option and click Finish (see Figure 1-11). This will start the SDK Manager. Krishnaveni S,Assistant Professor,Department Of Software Engineering

Krishnaveni S,Assistant Professor,Department Of Software Engineering

Krishnaveni S,Assistant Professor,Department Of Software Engineering

Configuring the Android SDK Manager INTRODUCTION TO ANDROID PROGRAMMING The Android SDK Manager manages the various versions of the Android SDK currently installed on your computer. When it is launched, you will see a list of items and whether or not they are currently installed on your computer Check the relevant tools, documentation, and platforms you need for your project. Once you have selected the items you want, click the Install button to download them. Because it takes a while to download from Google’s server, it is a good idea to download only what you need immediately, and download the rest when you have more time. For now, you may want to check the items shown in the figure. Krishnaveni S,Assistant Professor,Department Of Software Engineering

Krishnaveni S,Assistant Professor,Department Of Software Engineering Each version of the Android OS is identified by an API level number. For example, Android 2.3.3 is level 10 (API 10), while Android 3.0 is level 11 (API 11), and so on. For each level, two platforms are available. For example, level 14 offers the following: ➤ SDK Platform ➤ Google APIs by Google Inc. INTRODUCTION TO ANDROID PROGRAMMING Krishnaveni S,Assistant Professor,Department Of Software Engineering

Krishnaveni S,Assistant Professor,Department Of Software Engineering You will be asked to choose the packages to install ,Check the Accept All option and click Install. The SDK Manager will proceed to download the packages that you have selected. The installation takes some time, so be patient. When all the packages are installed, you will be asked to restart the ADB (Android Debug Bridge). Click Yes. INTRODUCTION TO ANDROID PROGRAMMING Krishnaveni S,Assistant Professor,Department Of Software Engineering

Krishnaveni S,Assistant Professor,Department Of Software Engineering Eclipse The next step is to obtain the integrated development environment (IDE) for developing your Android applications. In the case of Android, the recommended IDE is Eclipse, a multi-language software development environment featuring an extensible plug-in system. It can be used to develop various types of applications ,using languages such as Java, Ada, C, C++, COBOL, Python, and others. For Android development, you should download the Eclipse IDE for Java EE Developers (www.eclipse.org/downloads/). Six editions are available: Windows (32- and 64-bit), Mac OS X (Cocoa 32- and 64), and Linux (32- and 64-bit). Simply select the relevant one for your operating system. All the examples in this book were tested using the 32-bit version of Eclipse for Windows. Once the Eclipse IDE is downloaded, unzip its content (the eclipse folder) in to a folder, say C:\Android 4.0\. Figure 1-14 shows the content of the eclipse folder. To launch Eclipse, double-click on the eclipse.exe file. You are first asked to specify your workspace. In Eclipse, a workspace is a folder where you store all your projects. INTRODUCTION TO ANDROID PROGRAMMING Krishnaveni S,Assistant Professor,Department Of Software Engineering

Krishnaveni S,Assistant Professor,Department Of Software Engineering Android Development Tools (ADT) When Eclipse is launched, select Help ➪ Install New Software to install the Android Development Tools (ADT) plug-in for Eclipse. Using the ADT, you will be able to do the following in Eclipse: ➤ Create new Android application projects. ➤ Access the tools for accessing your Android emulators and devices. ➤ Compile and debug Android applications. ➤ Export Android applications into Android Packages (APKs). ➤ Create digital certificates for code-signing your APK. INTRODUCTION TO ANDROID PROGRAMMING Krishnaveni S,Assistant Professor,Department Of Software Engineering

Krishnaveni S,Assistant Professor,Department Of Software Engineering In the Install dialog that appears, specify https://dl-sl.google.com/android/eclipse/ and press Enter Krishnaveni S,Assistant Professor,Department Of Software Engineering

Krishnaveni S,Assistant Professor,Department Of Software Engineering

Krishnaveni S,Assistant Professor,Department Of Software Engineering

Krishnaveni S,Assistant Professor,Department Of Software Engineering

Android Application Build Process Java Interfaces Application resources Application Source Code AAPT Java compiler R.java .class files Compiled resources Dex Tool 3rd party libraries Android Package .apk APK Builder Tool Dex file