這邊是官方的資料 :
- 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 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 support for hardware accelerated graphics rendering. This feature requires an API Level 15, Revision 3 or later system image. (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 many new features, this update fixes the
Conversion to Dalvik format failed with error 1
error some users have experienced. - Updated the default
proguard.cfg
file 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.
- Updated the bundled ProGuard tool to version 4.7. In addition to many new features, this update fixes the
- Build
- Added a feature that allows you to run some code only in debug mode. Builds now generate a class called
BuildConfig
containing aDEBUG
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. - 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 custom attributes must use the namespace URI
http://schemas.android.com/apk/res-auto
instead of the URI that includes the app package name. This URI is replaced with the app specific one at build time.
- Added a feature that allows you to run some code only in debug mode. Builds now generate a class called
- Lint
- Updated Lint to check Android application code. Lint rules which previously performed 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
@SuppressLint
annotation, and in XML files with the new tools: namespace and ignore attribute. (more info) - New Lint checks:
- Added check for Android API calls that require a version of Android higher than the minimum supported version. You can use the new
@TargetApi
annotation to suppress warnings when the code is wrapped in a system version condition. (more info) - Added over 20 new Lint rules, including checks for performance, XML layouts, manifest and file handling.
- Added check for Android API calls that require a version of Android higher than the minimum supported version. You can use the new
以上 Hardware accelerated graphics 我自己是用不了 一直出錯誤, 可能電腦有什麼地方設不好吧...
另外 x86 的虛擬機速度上有接近實體機了, 不過在跑自己Project 時還是有點小問題
其他功能待測 ( 懶惰 ) ~
相关推荐
### Android SDK r17 仿真器测试:性能与硬件加速的飞跃 在三月底,Google宣布发布了Android SDK Revision 17版本,这一更新主要聚焦于大幅提高仿真器的速度与性能,尤其是在硬件加速方面实现了显著提升。对于...
总的来说,Android SDK r17是开发者进入Android世界的重要入口,提供了所有必要的工具和技术,使他们能够创造出丰富的、跨设备的应用程序,服务全球数亿的Android用户。随着技术的不断发展,开发者需要不断学习和...
**Android SDK R17 Windows详解** Android SDK(Software Development Kit)是开发Android应用程序的重要工具集,它包含了构建、测试和调试应用所需的所有组件。R17版本是Android SDK的一个特定迭代,提供了当时...
android-sdk_r17-windows
【安卓模拟器】 ...Android SDK R17可能包含了针对当时最新安卓版本的更新和改进,例如优化性能、修复已知问题、增加新API等。随着时间的发展,新的SDK版本会不断推出,以支持不断演进的安卓系统和开发需求。
proxydroid2.7.3源码 * JDK 1.6+ * Maven 3.0.5 * Android SDK r17+ * Android NDK r8+
在2012年3月22日的更新中,推荐的SDK版本是r17。可以从Android Developer官网下载,地址为http://developer.android.com/sdk/index.html。安装SDK后,同样需要配置环境变量ANDROID_HOME,并将SDK的tools和platform-...
CATIA V5R17 32位破解补丁 运行破解程序,点击PATCH按钮,打开CATIA安装目录下的intel_a\code\bin,会自动找到JS0GROUP.dll文件,然后点击【打开】即可完成破解。
android, sdk, andorid-sdk_r17-windows, tools ,解压放到andorid-sdk_r-windows目录下。配合platform-tools, ADT-17使用
`platform-tools`是Google官方发布的Android SDK(软件开发工具包)的一部分,主要为开发者提供了以下核心功能: 1. **ADB (Android Debug Bridge)**:ADB是一个多功能的命令行工具,用于连接计算机与运行Android...
- 推荐下载最新版本的`Android SDK Installer`,例如`r17-windows.exe`。 - 运行安装程序,并按照向导提示完成安装过程。 - 在安装过程中可以选择安装位置,建议安装到非系统盘的独立目录下。 #### 三、安装ADT...
- 将`AndroidSDK`中`tools`目录的绝对路径添加到系统的`PATH`变量中。 - 例如,如果`tools`目录位于`D:\Android\android-sdk\tools`,则将其添加到`PATH`中。 - 完成设置后重启计算机。 ### 5. 安装Android ...
* Android SDK:sdk-32 位.rar 或 skd-64 位.rar * ADT:ADT-22.2.1.zip 二、安装步骤 1. 安装 JDK 运行 jdk-7u3-windows-i586.exe,点击“下一步”直到完成安装。 2. 安装 Eclipse 直接解压缩 eclipse(英文版)...
- 解压缩 `android-sdk_r17-windows.zip` 至指定目录。 - 设置系统环境变量 `Path` 和 `ANDROID_SDK_HOME`。 - `Path`: `D:\Android\android-sdk-windows\tools` - `ANDROID_SDK_HOME`: `D:\Android\android-sdk...
添加新的PATH变量,值为SDK中tools的绝对路径,如"D:\Android\android-sdk\tools",然后重启计算机。 接着,我们需要安装ADT。在Eclipse中,选择“帮助” -> “Install New Software...”,点击“Add...”,在...
NDK(Native Development Kit)是Android SDK的一个补充,它提供了头文件、库和工具,使得开发者可以在不依赖于Java虚拟机的情况下进行系统级编程。这对于需要高性能计算、图形处理或与硬件直接交互的应用尤其有用,...
- **安装文件**:`android-sdk_r17-windows.zip` - **安装目录**:`E:\Android\android-sdk-windows` - **文件结构说明**: - `add-ons`: 存放附加软件。 - `platforms`: 存放不同版本的Android系统。 - `tools`:...