[This post is byXavier Ducrohet, Tech Lead for the Android developer tools]

Along with the preview of the Android 4.1 (Jelly Bean) platform, we launched Android SDK Tools R20 and ADT 20.0.0. Here are a few things that we would like to highlight.
Application templates

    : Android ADT supports a new application templates for creating new application, blank activity, master-detail flow, and custom view. These templates support the Android style guide thus making it faster and easier to build beautiful apps. More templates will be added over time.

   

Tracer for GLES

    : With this new tool you can capture the entire sequence of OpenGL calls made by an app into a trace file on the host and replay the captured trace and display the GL state at any point in time.

   

Device Monitor

    : To help you to easily debug your apps, all the Android debugging tools like DDMS, traceview, hierarchyviewer and Tracer for GLES are now built into one single application.

Systrace

      : Improving app performance does not have to be a guesswork any more. Systrace for Jelly Bean and above lets you easily optimize your app. You can capture a slice of system activity plus additional information tagged from the

Settings > Developer Options > Monitoring: Enable traces

    or with specific calls added to your application code.

   

To learn more on the layout editor, XML editing, build system & SDK Manager improvements, please read theADT 20.0.0andSDK Tools R20release notes.

Join us today, June 28th, at the “What’s new in Android developer tools” session for some fun tool demos and a sneak-peak into what’s coming next.

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. TouchSlop的初步认识(Android(安卓)判断
  2. android API文档下载地址
  3. android studio 3.0配置自定义打包名称
  4. [Java][Android][Process] ProcessBuilde
  5. Android学习笔记(四十):Preference的使用
  6. [置顶] android textview 首行缩进 多行
  7. Android x86用来做模拟器调试
  8. 【Android应用开发】-(19)Android(安卓)串
  9. Android 学习笔记3(Activity之间参数传递)
  10. PermissionsDispatcher库的使用(简单处理A