SDK Tools, Revision 20 (June 2012)
Dependencies:
  • Android SDK Platform-tools revision 12 or later.
  • If you are developing in Eclipse with ADT, note that the SDK Tools r20 is designed for use with ADT 20.0.0 and later. If you haven't already, we highly recommend updating yourADT Pluginto 20.0.0.
  • If you are developing outside Eclipse, you must haveApache Ant1.8 or later.
General notes:
  • Added new Device Monitor application, grouping Android debugging tools into a single application, including ddms, traceview, hierarchyviewer and Tracer for GLES. (more info)
  • Added new System Trace new tool for tracing Android system activity. This tool allow you to capture a slice of system activity, plus additional information tagged from theSettings > Developer Options > Monitoring: Enable tracesor with specific calls added to your application code. (more info)
  • Build System
    • Added automatic merging of library project manifest files into the including project's manifest. Enable this feature with themanifestmerger.enabledproperty.
    • Added automatic ProGuard support for theaapt -Gflag. This change causes the build system to generate a temporary ProGuard keep-rules file containing classes that are referenced from XML files (such as custom views) and pass this to ProGuard at shrink-time. This can make the resulting APK much smaller when using just a small portion of a large library project (such as the Android Support library), since the catch-all rules to keep all custom views from the default ProGuard configuration file have also been removed.
    • Added two ProGuard configuration files for use in projects:proguard-android-optimize.txtwhich enables optimizations andproguard-android.txtwhich disables them.
  • SDK Manager
    • Improved caching to reduce downloading of repository definitions.
    • AddedTools > Manage Add-on Sitesoption to allow deactivation of third-party sites for improved performance (e.g., if one or more sites are temporarily slow to load.)
    • Added settings for the SDK Manager download cache (SDK Manager > Tools > Options).
Bug fixes:
  • Build
    • Fixed problem where test projects did not have access to the full classpath of tested projects, including Library Projects and third-party jars.
    • Fixed deployment logic so that applications with embedded tests can now be deployed and tested like test applications, including code coverage information.
    • Fixed Ant support for testing projects with libraries.

更多相关文章

  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. Hello world 之Android版
  2. [Android--Tool]Android开发环境安装与配
  3. Android Studio配置NDK编译环境
  4. android图片拖动Gallery
  5. Android 在代码中同时给控件设置圆角和背
  6. Android https 证书信任问题
  7. Android finished with non-zero exit va
  8. Android(安卓)app前后台切换监听
  9. android机顶盒开发问题集
  10. Android(安卓)Kernel - Boot Loader