Setting Up The Android SDK (Software Development Kit) A basic step by step guide leading to set up and your first Hello World App.

Slides:



Advertisements
Similar presentations
TO YOUR LAPTOP How to Add a Printer Lesson 3 – November 18, 2013 – Michelle Lowe.
Advertisements

Coursework 2: getting started (1) – running the phone emulator Chris Greenhalgh G54UBI / Chris Greenhalgh
Chapter 1: Voilà! Meet the Android
Programming with Android: SDK install and initial setup Luca Bedogni Marco Di Felice Dipartimento di Informatica: Scienza e Ingegneria Università di Bologna.
1 Mobile Computing Mobile First (formerly Worklight) Copyright 2015 by Janson Industries.
Cosc 4730 Installing IDEs And a note on carriers..
11-Jun-15 Getting Ready for CIT Registering and labs If you are not yet registered (and want to be), be sure I have your name and student ID We.
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.
By: James Ondecko  What is Android?  Helpful backgrounds for Android development  Tools & Installs  Android Virtual Devices  Helpful references.
ETrack User Manual Penchant Software Inc. This manual was written using an Iphone 4s Version One of the keys to successful freight management,
Android Application Development with Java UPenn CS4HS 2011 Chris Murphy
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 **
Virtual Reality Course Slide  NTU Mobile HCI Lab, Mike Chen   Android Developers 
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 Application Development 2013 PClassic Chris Murphy 1.
Better reference the original webpage :
Mobile Programming Lecture 1 Getting Started. Today's Agenda About the Eclipse IDE Hello, World! Project Android Project Structure Intro to Activities,
MPE+ Access Data Evasi0n iPhone 4s/5 Nexus 4 Market Share Information.
Android 2: Introduction to the Technology Kirk Scott 1.
Copyright ©: SAMSUNG & Samsung Hope for Youth. All rights reserved Tutorials Software: Building apps Suitable for: Advanced.
Wireless Mobility with Android 1 Presented by: Ung Yean MS. Computer Science American University, Washington DC, USA.
1 Mobile Computing Set Up Copyright 2015 by Janson Industries.
Introduction to Android Android How to Program © by Pearson Education, Inc. All Rights Reserved.
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.
Ali Shahrokni Application Components Activities Services Content providers Broadcast receivers.
DUE Hello World on the Android Platform.
1 Tradedoubler & Mobile Mobile web & app tracking technical overview.
Eclipse Tutorial Barrett Summer Scholars 2011 Sustainable Engineering: Learning to Engineer Truly Green Products.
Presented By: Muhammad Tariq Software Engineer Android Training course.
Mobile Device Programming
Android architecture & setting up. Android operating system comprises of different software components arranges in stack. Different components of android.
Android Development Environment Environment/tools Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android.
Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs.
Creating an Example Android App in Android Studio Activity lifecycle & UI Resources.
Liferay Installation Prepared by: Do Xuan Hai 8 August 2011.
First Venture into the Android World Chapter 1 Part 2.
How to Install the JDK (Java Development Kit) Click hereClick here to download the JDK.
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
 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.
ETrack User Manual Penchant Software Inc. This manual was written using a Samsung Galaxy Nexus phone with Android OS version (Jelly Bean) Version.
Android. What is Android? A mobile device operating system. Seen primary in tablets and Cellphones. Based on a Linux kernel. Applications are Java Based.
TODAY Android Studio Installation Getting started Creating your 1 st App Beginning to understanding Intents.
CISC 367 Software Tools Introduction. Software Tools What are they? What is the goal of software tools? What is an IDE and its goal?
Master Software Solutions Pvt.Ltd.. These days the demand of smart phone is being increased and we have different types of client e.g. Touch Phone, tables,
GRADUATE SEMINAR – CPSC 8985 FUTURE SMS BY Suresh Kurapati Varun Chowdhary Enjum Umakanth Vellanki Under the guidance of Dr. Soon-Ok-Park.
IBM Worklight environment setup 1. Eclipse IDE Multi-purpose integrated development environment (IDE) Open source Supported for Windows, Mac OS X, Linux.
CWA 3105 Presents At&t Connect for Windows pc This will be a quick set up guide for our new virtual meeting program We are the ELITE to have this trial.
Day 1 Session 2. Setup & Installation
Mobile Device Development
Obtaining the Required Tools
Computing.
Java on the LEGO Mindstorms EV3
Android.
APK Downloader
Development-Introduction
Android 基礎.
Install Ruby If you are running on Mac OS X, Ruby is preinstalled.
John D. McGregor Module 0 Session 2 Infrastructure and problem
Download and Installation of code::blocks
Installing Android SDK in Eclipse
Korea Software HRD Center
Presentation transcript:

Setting Up The Android SDK (Software Development Kit) A basic step by step guide leading to set up and your first Hello World App.

Downloads Eclipse IDE (Integrated Development Environment) Download from click here.click here Install Eclipse, get to learn. Supports Java/C/C++/Ruby and many other things, it’s a powerful tool that I find more useful then Dr.Java. Download The Android SDK - click here.click here After installing the SDK we want can start developing apps but android offers a custom plug-in for Eclipse that comes with very useful tools for developing.

Installing the ADT 1.Click Help on the toolbar at the top. 2.Next click Install New Software 3. Type this URL into the work with field - ssl.google.com/android/eclipse/ ssl.google.com/android/eclipse/ 4.Click Add. 5.A box will Appear specifying what you want to name it. For now anything will do but be specific so you can indentify your plug- ins easily

Installing The ADT(Continued) Check the box the to the left of Developer Tools and all of the boxes underneath will automatically be checked. Next you want to hit finish and once its done installing you want to restart Eclipse. You will notice that the layout for Eclipse has changed a little bit.

Installing more add-ons for future development Originally the Android SDK installed just the bare minimum of tools needed to create an app. If you’re expecting to develop something exceptional then you should make use of the extra tools provided for you that are just a few clicks away from installing. The tools range from sample code to get you started to earlier android platforms so people with any version specified by you can use your app all the way to specific phone virtual devices/drivers so you can see how that app would run on a certain phone. Personally I took advantage of all the tools and downloaded everything but that’s up to your discretion.

Android SDK Manager There is a Bunch of tools totaling of about a min period to install them all

Hello World!!! How to make your own Hello World App! Hello World

Final Words Androids app market is far less restricting then the apple app store but there are still rules to be followed and they can be viewed here.here The first app to be released on the market was ironically an app of the game snake. Android has the highest percentage of 67% of their app market being free. Windows phones come close with 61%. Then of course apple falls behind with 37%.

Android Developer Site Adroid Developers