2014.05.19Csdn培训感受

来源:互联网 发布:魔剑之刃 源码 编辑:程序博客网 时间:2024/06/05 05:04


Developer Tools

开发者工具

The Android Developer Tools (ADT) plugin for Eclipse provides a professional-grade development environment for building Android apps.

Eclipse的ADT插件为开发安卓应用程序提供了一个专业级的开发环境。

 It's a full Java IDE with advanced features to help you build, test, debug, and package your Android apps.

这是一个拥有超前技术帮助你建造、测试、调试和打包你的安卓应用程序的完整JAVA集成开发环境。

Free, open-source, and runs on most major OS platforms.

免费,开源并且在绝大多数主流平台上运行。

Full Java IDE

完整的JAVA开发环境。

Android-specific refactoring, quick fixes, integrated navigation between Java and XML resources.

专业安卓重构,快速稳定程序,在JAVA和XML之间畅通无阻。

Enhanced XML editors for Android XML resources.

为安卓XML资源准备的加强型XML编辑器。

Static analysis tools to catch performance, usability, and correctness problems.

紧握表现、可用性和正确性的问题的静态分析工具。

Build support for complex projects, command-line support for CI through Ant.

为复杂工程准备的构造帮助,给Ant上的Ci命令行支持。

 Includes ProGuard and app-signing.

包括ProGuard和app-signing。

Template-based wizard to create standard Android projects and components.

创造标准的安卓工程和组成部分的模块式的奇才。

On-device Developer Options

在设备上的开发者设置

Enable debugging over USB.

可以通过USB连接来调试

Quickly capture bug reports onto the device.

在设备上快速地捕获漏洞报告

Show CPU usage on screen.

在屏幕上显示CPU的使用方法。

Draw debugging information on screen such as layout bounds, updates on GPU views and hardware layers, and other information.

在屏幕上描绘debug信息,比如layout bounds,更新GPU视图和底层硬件,还有别的信息。

Plus many more options to simulate app stresses or enable debugging options.

为虚假应用增强或者可能的调试选择提供附加更多的选项

To access these settings, open the Developer options in the system Settings. On Android 4.2 and higher, the Developer options screen is hidden by default. To make it available, go toSettings > About phone and tap Build number seven times. Return to the previous screen to find Developer options.

为了连接这些设置,在系统设置中打开开发者选项。在安卓4.2和以后的版本中,开发者选项屏幕被默认隐藏。为了让他显示,去设置>Aboutphone和tapBuildnumber其次。返回到前一个屏幕找到开发者选项。

Develop on Hardware Devices

在硬件设备上开发

Use any commercial Android hardware device or multiple devices.

使用任何商业的安卓硬件设备或者多个设备。

Deploy your app to connected devices directy from the IDE.

准确地有效地利用你的应用程序从开发环境来连接设备。

Live, on-device debugging, testing, and profiling.

现实的,基于设备的调试、测试和完善。

Powerful Debugging

凶残的调试

Full Java debugger with on-device debugging and Android-specific tools.

基于设备调试和专业安卓工具的完整的JAVA调试器。

Built-in memory analysis, performance/CPU profiling, OpenGL ES tracing.

嵌入式存储分析,表现/CPU优化,图形探索。

Graphical tools for debugging and optimizing UI, runtime inspecton of UI structure and performance.

调试用绘图工具和最优化的界面,界面结构和表现的实时状态。

Runtime graphical analysis of your app's network bandwidth usage.

你的应用的网络带宽使用的实时图形分析。

Testing

测试

Fully instrumentated, scriptable test environment.

完整的仪器化的课编辑脚本的测试环境

Integrated reports using standard test UI.

使用标准测试界面的完整报告。

Create and run unit tests on hardware devices or emulator.

在硬件设备或者模拟器上创造运行unit测试。

Native Development

Support for compiling and packaging existing code written in C or C++.

Support for packaging multiple architectures in a single binary, for broad compatibility.

Graphical UI Builders

Build rich Android UI with drag and drop.

Visualize your UI on tablets, phones, and other devices. Switch themes, locales, even platform versions instantly, without building.

Visual refactoring lets you extracts layout for inclusion, convert layouts, extract styles.

Editor support for working with custom UI components.

Develop on Virtual Devices

Emulate any device. Use custom screen sizes, keyboards, and other hardware components.

Advanced hardware emulation, including camera, sensors, multitouch, telephony.

Develop and test for broad device compatibility.

本机开发

支持编译和打包用C或C + +中现有的代码。

支持打包多个架构在一个单一的二进制文件广泛的兼容性

图形用户界面建设者

建立丰富的Android UI并拖放。

可视化你的用户界面上的平板电脑手机和其他设备切换主题语言环境甚至是平台版本的瞬间,没有建筑物

视觉重构可以让你提取布局包容,转换布局,提取方式

自定义UI组件的使用编辑器的支持。

发展上的虚拟设备

仿真的任何装置。使用自定义的屏幕尺寸键盘及其它硬件组件

先进的硬件仿真包括摄像头,传感器,多点触控电话

开发和测试用于广泛的设备兼容性

0 0