Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Whats new in Android N

Whats new in Android N

A talk on Whats new in Android N at Google I/O Extended organized by GDG New Delhi

Harsh Dattani

May 18, 2016
Tweet

More Decks by Harsh Dattani

Other Decks in Technology

Transcript

  1. AboutMe.apk Somewhere in India at Applied CS with Android Team

    and a Learner! Always! :P Om Shanti Harsh Dattani
  2. Android N • Program Overview • Behavior Changes • APIs

    for Developers • How to setup • Android Studio 2.0 (Oops 2.1!)
  3. Gradle Change android { ... buildToolsRevision '21.1.1' defaultConfig { //

    Enable the experimental Jack build tools. useJack = true } ... }