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

Slides:



Advertisements
Similar presentations
MAGICON M2 (Android) Driver installation Guide. CASE 1: 1st install S350 usb Driver 32bit ver1.0 Connect thephone with the computer, if phone driver doesn’t.
Advertisements

Programming with Android: SDK install and initial setup Luca Bedogni Marco Di Felice Dipartimento di Informatica: Scienza e Ingegneria Università di Bologna.
The purpose of this PowerPoint presentation, is to help the user make the connection between a SmartPhone (iPhone or Droid) and software games written.
Get android development environment running. Install – Get and install JDK 5 or 6 (see link in the.
Android: Hello World Frank Xu Gannon University. Steps Configuration ▫Android SDK ▫Android Development Tools (ADT)  Eclipse plug-in ▫Android SDK and.
1 of 3 Open Outlook On the Tools menu, click Account Settings. 1 Enable Outlook Anywhere 2 Click your Microsoft Exchange account, and then click.
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.
SET UP COMPUTER ** PLEASE BE AWARE SCREENSHOTS MAY NOT MATCH **
Getting Started with Android Programming Note: if you have already installed android development tools, please check that you have the same version as.
This example is a step by step walkthrough for installing the SRH Front Desk Printer in Windows 8.
Android Programming. Outline Preparation Create new project Build and Run a project Debug a project Deploy on devices.
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
Setting up a Nexus tablet for development on Windows 1.
Mobile Programming Lecture 1 Getting Started. Today's Agenda About the Eclipse IDE Hello, World! Project Android Project Structure Intro to Activities,
Using Selenium for Mobile Web Testing Powered by KendoUI Telerik QA Academy Atanas Georgiev Senior QA Engineer KendoUI Team.
Android 6: Testing and Running the App Kirk Scott 1.
Wireless Mobility with Android 1 Presented by: Ung Yean MS. Computer Science American University, Washington DC, USA.
May 10, 2012 Lloyd Moore, President/Owner. Quick Start Video Building Mobility 1.2 SDK Emulator Quirks Installing On A Device Summary Overview.
U81X0 Downloading Tool Manual 1 ( Version 1.2 ) FlashRW For U81X0 Version 4.0.0(Build #95V) February 2004 LG Electronics Inc.
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,
Using ROVER Server. ROVER: Rapid Observation of Vulnerability and Estimation of Risk ROVER (FEMA 154) ROVER ServerShakeCast & HAZUS ROVER (ATC-20) Pre-earthquakePost-earthquake.
CCS APPS CODE COVERAGE. CCS APPS Code Coverage Definition: –The amount of code within a program that is exercised Uses: –Important for discovering code.
Java Android-8 Imran Shafi. Lecture Contents  Debugging Android Projects  Java/XML Errors  Debugger  Logcat Utility  Android Debug Bridge (adb) 
The New FTC Platform (Connecting your legacy hardware)
Tutorial on using the DE2i-150 development board
Eclipse Tutorial Barrett Summer Scholars 2011 Sustainable Engineering: Learning to Engineer Truly Green Products.
Bharathi.S. Intel® Pentium® 4, 3.6 GHz or equivalent AMD processor 500 MB free hard disk space 2 GB RAM 1 available USB 2.0 port and USB cable Microsoft®
Android Development Environment Environment/tools Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android.
Stuff By Zach and Turtle To designate a default printer, choose Start > Control Panel > Printers and Faxes. Right-click the printer, and then.
Using and developing on the Android Dev Phone 1. Setup At the gmail credentials screen, skip the step Go to Settings->Wireless Controls  Enable Wi-Fi.
EInstruction Tips Mike Kilburn Tech Day Adding Tools to your main menu Open workspace Go to workspace menu Choose Preferences Choose Customize Toolbar.
First Venture into the Android World Chapter 1 Part 2.
ANDROID APPLICATION DEVELOPMENT. ANDROID DEVELOPMENT DEVELOPER.ANDROID.COM/INDEX.HTML THE OFFICIAL SITE FOR ANDROID DEVELOPERS. PROVIDES THE ANDROID SDK.
ChibiOS/RT Demo A free embedded RTOS
HTC Android Projector User Guide v Agenda Setup and Demo Environment Launch Projector Installer Launch Projector Application Q&A.
Appium with Android Configuration.  Download Appium server:  Choose the latest version of appium.
Open project in Microsoft Visual Studio → build program in “Release” mode.
DEVOLOPING ANDROID APP ON LOCATION BASED REMINDER ON ANDROID MOBILE SYSTEMS.
1 Learning Android Wear Connect Android Wear Emulator to Android Device.
How to Recover Deleted Photos from Android Cell Phone? Android is keeping on improving their products and make sure to provide the best software service.
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,
Flight Data Recorder (FDR) project status Master Student : Georgios Petropoulos Advisors : Joseph Timothy Foley Þorgeir Pálsson ITS Liason : Guðmundur.
How to Sync Android Phone to Computer (PC/Mac)? Are you a person that always has your Android phone in your hands? Nowadays, a cell phone is not just for.
Truck Stock Phase 1 Goal: Johnstone customers or delivery drivers are provided with the ability to build orders with handheld devices. The order is created.
Full Review of Jihosoft Android Data Recovery
How to Send Text Messages from PC to iPhoneHow to Send Text Messages from PC to iPhone? Q: Is there a way to read and send text messages (SMS) from a PC.
ASUEat Android App Benjamin Dummer Brian Clee Christian Zavala-Santos Kyle Huff Dr. Tashakkori’s Spring 2012 STEP Group:
Mobile Device Development
Service Tool Training.
Step 1 - Installing TStatSpec Download the TStatSpec software from customer.honeywell.com.  The files will need to be extracted in a new folder.  
Lab 1: Using NIOS II processor for code execution on FPGA
Acer Download Tool EMEA Customer Service 02/13/2012.
Obtaining the Required Tools
Development-Introduction
Technical Support For HP Printers. Get Technical Support for Hp Printer from our skilled technicians. Our professionals are always ready to help you by.
1(844) How to fix HP Printer Error 0x61011bed ?
Sensors, maps and fragments:
Introduction to Computers
How to Fix Android File Transfer Not Working on Mac?
Mobile Application Development with MeeGo™ - Programming with SDK
Compile, Build, and Debug
John D. McGregor Module 0 Session 2 Infrastructure and problem
Software Setup & Validation
Android Application Development
PecConfig March 17th, 2015 Cathy Ding
Presentation transcript:

Lecture 6 Testing and Debugging on a Physical Android Device and other Power User Stuff

The first step is to locate and install the USB drivers for your Android device. For this example we will use the Asus Nexus 7 Tablet.

You may need to install your drivers manually. This is done through the Device Manager.

Make sure target device is connected and has USB Debugging enabled... Choose Run Configurations, click on the Target tab and select Always prompt to pick device.

With target device connected to host computer via USB, click Run under Run menu and then select the running Android device. Your application should (almost) immediately appear on device and begin running. (Woo hoo!! Goodbye emulator!)

Android Debug Bridge (adb)

Adding Platform-Tools, Tools, and Eclipse to the Path right-click