SDK Tools, Revision 12
ADT 12.0.0
- New RelativeLayout drop support with guideline suggestions for attachments and cycle prevention (more info).
- Resize support in most layouts along with guideline snapping to the sizes dictated by
wrap_contentand match_parentPreviews of drawables and colors in the resource chooser dialogs (more info).
- Previews of drawables and colors in the resource chooser dialogs (more info).
- Improved error messages and links for rendering errors including detection of misspelled class names (more info).
- A new option lets you disable the packaging step in the automatic builders. This improves performance when saving files by not performing a full build, which can take a long time for large projects. If the option is enabled, the APK is packaged when the application is deployed to a device or emulator or when the release APK is exported (more info).
NDK, Revision 6
CHANGES.HTML document included in the NDK package.- Adds support for the x86 ABI, which allows you to generate machine code that runs on compatible x86-based Android devices. Major features for x86 include x86-specific toolchains, system headers, libraries and debugging support. For all of the details regarding x86 support, see docs/CPU-X86.html in the NDK package.
By default, code is generated for ARM-based devices, but you can add x86 to yourAPP_ABIdefinition in yourApplication.mkfile to build for x86 platforms. For example, the following line instructsndk-buildto build your code for three distinct ABIs:
APP_ABI := armeabi armeabi-v7a x86
Unless you rely on ARM-based assembly sources, you shouldn't need to touch yourAndroid.mkfiles to build x86 machine code.
- You can build a standalone x86 toolchain using the
--toolchain=x86-4.4.3option when callingmake-standalone-toolchain.sh. See docs/STANDALONE-TOOLCHAIN.html for more details.
- The new
ndk-stacktool lets you translate stack traces inlogcatthat are generated by native code. The tool translates instruction addresses into a readable format that contains things such as the function, source file, and line number corresponding to each stack frame. For more information and a usage example, seedocs/NDK-STACK.html.
arm-eabi-4.4.0, which had been deprecated since NDK r5, has been removed from the NDK distribution. 'Android > APP&SDK' 카테고리의 다른 글
| SDK Tools, r12 & ADT 12.0.0 & NDK r6 (0) | 2011/07/12 |
|---|---|
| ADT Plugin for Eclipse 11.0.0 (0) | 2011/06/07 |
| ADT 10.0.1 (0) | 2011/03/17 |
| SDK Tools r10 & ADT 10.0.0 (0) | 2011/03/11 |
| SDK Tools r9 & ADT 9.0.0 & NDK r5b (0) | 2011/01/27 |
| SDK Tools, r8 & ADT 8.0.0 & NDK, r5 for Gingerbread (0) | 2010/12/07 |