Android SDK tools R17 released

Source: Internet
Author: User
Tags file handling android sdk manager

Revisions

The sections below provide notes about successive releases of the SDK tools, as denoted by revision number. to determine what revision of the SDK tools you are using, refer to the "installed packages" listing in the android SDK manager.

For a summary of all known issues In SDK tools, see

Http://tools.android.com/knownissues.

SDK tools, revision 17
(March 2012)

Important:To download the new Android 4.0 system components from the android SDK manager, you must first update the SDK tools to revision 14 or later and restart the android SDK manager. if you do not, the android 4.0 system
Components will not be available for download.

Dependencies:
  • Android SDK platform-tools revision 9 or later.
  • If you are developing in eclipse with ADT, note that the SDK tools R17 is designed for use with ADT 17.0.0 and later. If you haven't already, we highly recommend updating your
    ADT plugin to 17.0.0.
  • If you are developing outside eclipse, you must have
    Apache ant 1.8 or later.
General notes:
  • Emulator

    • Added support for hardware accelerated graphics rendering. This feature requires an API level 15, revision 3 or later system image. (More Info)

      Note:As of the SDK tools revision 17 release, the API level 15, revision 3 system image is not yet available.

    • Added support for running Android x86 System Images in virtualization alization mode on Windows and Mac OS X. (More Info)
    • Added experimental support for multi-touch input by enabing the emulator to receive touch input from a USB-tethered physical Android device. (More Info)
  • Added viewing of live detailed network usage of an app in ddms. (More Info)
  • Proguard
    • Updated the bundled proguard tool to version 4.7. In addition to upgrade new features, this update fixes
      Conversion to Dalvik format failed with error 1Error some users have experienced.
    • Updated the defaultproguard.cfgFile with better default flags for Android.
    • Split the proguard configuration file has been in half, with project specific flags kept in project and the generic Android flags distributed (and updated) with the tools themselves.
  • Build
    • Added a feature that allows you to run some code only in debug mode. Builds now generate a class called
      BuildConfigContainingDEBUGConstant that is automatically set according to your build type. You can check (BuildConfig.DEBUG) Constant in your code to run debug-only functions.
    • Fixed issue when a project and its libraries include the same JAR file in their libs folder. (More Info)
    • Added support for custom views with custom attributes in libraries. layouts using custobutes must use the namespace URI
      http://schemas.android.com/apk/res-autoInstead of the URI that includes des the app package name. This URI is replaced with the app specific one at build time.
  • Lint
    • Updated lint to check Android application code. lint rules which previusly specified med pattern based searches in the application code (such as the unused resource check) have been rewritten to use the more accurate Java-style parse trees.
    • Added support for checking library projects. This change means that rules such as the unused resource check properly handle resources declared in a library project and referenced in a downstream project.
    • Added ability to suppress lint warnings in Java code with the new@SuppressLintAnnotation, and in XML files with the new tools: namespace and ignore attribute. (More Info)
    • New lint checks:
      • Added check for Android api cils that require a version of Android higher than the minimum supported version. You can use the new
        @TargetApiAnnotation to suppress warnings when the code is wrapped in a system version condition. (More Info)
      • Added over 20 new lint rules, including checks
        Performance, XML layouts, manifest and file handling.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.