How to Install Android Debug Bridge - PowerPoint PPT Presentation

About This Presentation
Title:

How to Install Android Debug Bridge

Description:

How to Install Android Debug Bridge – PowerPoint PPT presentation

Number of Views:66
Slides: 14
Provided by: pooja321
Category:

less

Transcript and Presenter's Notes

Title: How to Install Android Debug Bridge


1
How to install android debug bridge
2
Introduction -
  • Overview of the android operating system
  • Development tools deploying application packages
  • Step-by-step application development

3
The android ecosyste -
  • An open source platform for mobile, embedded and
    wearable devices
  • Google is the principle maintainer
  • Other companies contribute to the system.
  • Each device manufacturer can customize android to
    suite their needs

4
Android architecture -
5
Android versioning -
  • Plaform version 5.0 lollipop 4.4 kitkat
  • Framework API level SDK compatibility each
    platform version has an API level
  • NDK API level API level for native headers

6
Tools for application development -
  • Android SDK -
  • provides the java framework classes
  • compiles to java byte code
  • class framework is updated with every OS release
  • android NDK -
  • C/C tool chain for compiling to machine code
  • android platform tools -
  • adb (android debug bridge) runs and debugs apps
    from your dev machine
  • Android developer tools -
  • eclipse plug-in for android
  • android studio (doesnt yet fully support all NDK
    features)

7
Setup options -
  • Tegra android development pack
  • install components manually
  • use a linux virtual machine with the tools
    pre-installed.

8
Tegra android development pack -
9
Application packages -
  • Apk files compressed files -
  • Class byte code
  • resources( icons, sounds, etc).
  • Binary native files
  • All .Apks are signed -
  • Default development key is created by SDK.
  • When updating an application, signature are
    checked.

10
Installing an application -
  • From application distribution markets
  • Google play
  • Amazon appstore
  • From your local computer using adb

11
Enabling android debug bridge (adb) -
12
Views -
  • Can be composed in a tree hierarchy.
  • The root view is the argument to setcontentview

13
Thank you for watching this site
Click here to install webroot setup
http//webroot-com-safe.Support
Write a Comment
User Comments (0)
About PowerShow.com