Android SDK 和 ADT R17 发布

fmms 12年前
     <p>Google 今天发布了 Android SDK 工具和Eclipse 开发插件 R17 版本,该版本包含很多构建系统、模拟器方面的 bug 修复,同时也引入一些新特性。</p>    <p>特别是在 Windows 和 Mac 虚拟模式下支持 AOSP x86 Android 构建,另外模拟器支持多点触摸的操作。</p>    <p>完整的改进记录如下:</p>    <ul>     <li>Added check for Android API calls that require a version of Android higher than the minimum supported version. You can use the new @TargetApiannotation to specify local overrides for conditionally loaded code. For more information, <a href="/misc/goto?guid=4958334115455219419" target="_blank">read here</a>.</li>     <li>Added over 40 new Lint rules for a total of over 80, including checks for <a href="/misc/goto?guid=4958334116250015488" target="_blank">performance</a>, XML layouts, manifest and file handling. For a full list <a href="/misc/goto?guid=4958334117043812577" target="_blank">read here</a>.</li>     <li>Added ability to suppress Lint warnings in Java code with the new @SuppressLint annotation, and in XML files with the new tools: namespace prefix and ignore attribute. For more information, <a href="/misc/goto?guid=4958334117843779962" target="_blank">read here</a>.</li>     <li>Improved HTML and XML reporting and Eclipse integration. For more information, <a href="/misc/goto?guid=4958334118643341701" target="_blank">read here</a>.</li>    </ul>    <p>构建系统包括 Eclipse 和 Ant 方面的改进:</p>    <ul>     <li>Added strict dependency support for 3rd party Jar files. You can read more information <a href="/misc/goto?guid=4958334119434068259" target="_blank">here</a>.</li>     <li>Added support for custom views with custom attributes in libraries. Layouts using custom attributes must use the namespace URI<a href="/misc/goto?guid=4958334120232676061">http://schemas.android.com/apk/res-auto</a> instead of the URI that includes the app package name. This URI is replaced with the app specific one at build time.</li>     <li>Added a feature that allows you to run some code only in debug mode. Builds now generate a class called BuildConfig containing a DEBUG constant that is automatically set according to your build type. You can check the (BuildConfig.DEBUG) constant in your code to run debug-only functions such as outputting debug logs.</li>    </ul>    <p>模拟器改进:</p>    <ul>     <li>Thanks to contributions to AOSP from Intel, the emulator now supports running x86 system images in virtualization mode on Windows and Mac OS X. This allows the emulator running at near native speed. The drivers are available through the SDK Manager. Read more <a href="/misc/goto?guid=4958334121020643422" target="_blank">here</a>.</li>     <li>After adding webcam support and sensor emulation, we are adding experimental support for Multi-Touch input through a tethered Android device. (Read more <a href="/misc/goto?guid=4958334121822712214" target="_blank">here</a>)</li>    </ul>    <p>最后是一些更新的支持库的改进:</p>    <ul>     <li>ShareCompat provides easy helper classes for both sending and receiving content for social sharing apps.</li>     <li>NavUtils and TaskStackBuilder provide cross-version support for implementing the Android Design guidelines for navigating within your app including the action bar’s “Up” button.</li>     <li>NotificationCompat.Builder provides a compatibility implementation of Android 3.0′s Notification.Builder helper class for creating standardized system notifications.</li>     <li>A new Library Project adds support for GridLayout back to API level 7 and higher.</li>    </ul>    <div>     下载地址     <a href="/misc/goto?guid=4958334122604851457" target="_blank">here</a>.    </div>