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,

Slides:



Advertisements
Similar presentations
©2009 Justin C. Klein Keane PHP Code Auditing Session 3 – Tools of the Trade & Crafting Malicious Input Justin C. Klein Keane
Advertisements

Programming with Android: SDK install and initial setup Luca Bedogni Marco Di Felice Dipartimento di Informatica: Scienza e Ingegneria Università di Bologna.
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.
Cosc 4730 Installing IDEs And a note on carriers..
Coursework 2: getting started (4) – using PhoneGap to build mobile applications (optional) Chris Greenhalgh G54UBI /
Android: Hello World Frank Xu Gannon University. Steps Configuration ▫Android SDK ▫Android Development Tools (ADT)  Eclipse plug-in ▫Android SDK and.
Delta Debugging - Demo Presented by: Xia Cheng. Motivation Automation is difficult Automation is difficult fail analysis needs complete understanding.
By: James Ondecko  What is Android?  Helpful backgrounds for Android development  Tools & Installs  Android Virtual Devices  Helpful references.
Installing SDCC Plug-in for Eclipse IDE
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 MODULE 1 – GETTING STARTED
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 
Eclipse IDE. 2 IDE Overview An IDE is an Interactive Development Environment Different IDEs meet different needs BlueJ and DrJava are designed as teaching.
03 Using Eclipse. 2 IDE Overview An IDE is an Interactive Development Environment Different IDEs meet different needs BlueJ and DrJava are designed as.
Getting Started with Android Programming Note: if you have already installed android development tools, please check that you have the same version as.
Android Application Development CSE 5520/4520 Wireless Networks.
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.
Android Application Development 2013 PClassic Chris Murphy 1.
ProSense BELGRADE Deploying SunSPOT SDK and Emulator on your Desktop or Laptop Computer Author: Stanislava Stanković, B.Sc. student of the School of Electrical.
Better reference the original webpage :
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.
Operating system for mobile devices with a Java programming interface. Provides tools, e.g. a compiler, debugger, device emulator, and its own Java Virtual.
Chapter 1a© copyright Janson Industries RAD ▮ Explain Eclipse, RAD, and their relationship ▮ Basic RAD concepts ▮ How to install RAD ▮ How to import.
Copyright© Jeffrey Jongko, Ateneo de Manila University Android.
Sayed Ahmed Computer Engineering (BUET), Bangladesh MSc., Computer Science, Canada President/Chief Architect/Lead Developer Justetc (Just et cetera) Technologies.
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.
Setting Up The Android SDK (Software Development Kit) A basic step by step guide leading to set up and your first Hello World App.
Eclipse Tutorial Barrett Summer Scholars 2011 Sustainable Engineering: Learning to Engineer Truly Green Products.
Presented By: Muhammad Tariq Software Engineer Android Training course.
Plug-in Development Environment. Session Outline Tools Installation Configuration New Project Basic Debugging Remote Debugging.
Introduction to Systems Programming (CS 0449) PalmOS Tools: Developer Studio & Cygwin.
Introduction to Eclipse CSC 216 Lecture 3 Ed Gehringer Using (with permission) slides developed by— Dwight Deugo Nesa Matic
SVN in Eclipse Presented by David Eisler 10/09/2014.
Android architecture & setting up. Android operating system comprises of different software components arranges in stack. Different components of android.
This example is a step by step walkthrough for installing the SRH Front Desk printer in Windows 7 (64 Bit).
Android Development Environment Environment/tools Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android.
GumTree Development Environment Setup Windows Only Compatible with Eclipse 3.2 M3 (Last update: 16/11/05)
Liferay Installation Prepared by: Do Xuan Hai 8 August 2011.
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.
VDI-in-a-box TM 1 Kaviza Client End User Quick Start Manual.
How to Install Eclipse Click hereClick here to download Eclipse.
Surya Bahadur Kathayat Outline  Ramses  Installing Ramses  Ramses Perspective (Views and Editors)  Importing/Exporting Example.
Installing MDT in Eclipse 2 Download Eclipse Classic
An EPICS IDE Using Eclipse Kenneth Evans, Jr. Presented at the EPICS Collaboration Meeting June 15, 2006 Argonne National Laboratory, Argonne, IL.
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,
Android apps development - Eclipse, Android SDK, and ADT plugin Introduction of.
Guide To Develop Mobile Apps With Titanium. Agenda Overview Installation of Platform SDKs Pros of Appcelerator Titanium Cons of Appcelerator Titanium.
ML-Dev: SML Plug-in for Eclipse Yevgeniy Bangiyev 02/07/07 Yevgeniy Bangiyev 02/07/07.
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
Cygwin: getting the setup tool
Obtaining the Required Tools
Android 基礎.
Install and Configure CLion
Getting started in Eclipse
Install Ruby If you are running on Mac OS X, Ruby is preinstalled.
Download and Installation of code::blocks
Korea Software HRD Center
Java Code Review with CheckStyle

Presentation transcript:

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, you need BOTH 32- & 64-bit Java and a 64-bit eclipse

Starting a project

2 nd screen

Final screen

Android Developer Tools To add the ADT plugin to Eclipse: 1.Start Eclipse, then select Help > Install New Software. 2.Click Add, in the top-right corner. 3.In the Add Repository dialog that appears Enter "ADT Plugin" for the Name and the following URL for the Location: Note: The ADT update site requires a secure connection. Make sure the update site URL you enter starts with HTTPS. 4.Click OK. 5.In the Available Software dialog, select Developer Tools and click Next. 6.You'll see a list of the tools to be downloaded. Click Next. 7.Click Next again 8.Read and accept the license agreements, then click Finish. 9.If you get a security warning saying that the authenticity or validity of the software can't be established, click OK. 10.When the installation completes, restart Eclipse.

Install Android SDK tools If the SDK Manager doesn't start, manually install the SDK library from here: Unzip the package and run the SDK Manager MOVE the folder to where you want the SDK package to reside Select Tools (all tools + updates) Select the latest Android Platform (includes latest SDK) Extras/Android Support Library only

Another Installation Method How to download Eclipse pre-configured with the ADT Go to: Download the ADT-bundle Extract the ADT folder Click on \Eclipse\eclipse.exe to start the IDE

Terms Workbench – this is the IDE (like VS) Perspectives – 1 or more views & editors Controls content of menus, etc. CDT – C/C++ Development Toolkit Does NOT include compiler Toolchain – collection of required add-ins Installation order is pre-defined & fixed Mingw – installer for app that run on windows Cygwin – gnu… for running in Cygwin environment

Android Virtual Device Creation

Errors

Choosing a working emulator