关于安开发工具翻译理解

来源:互联网 发布:下电视剧的软件 编辑:程序博客网 时间:2024/06/16 06:26


Developer Tools

 
开发工具
The Android Developer Tools (ADT) plugin for Eclipse provides a professional-grade development environment for building Android apps. It's a full Java IDE with advanced features to help you build, test, debug, and package your Android apps. Free, open-source, and runs on most major OS platforms.
To get started, download the Android SDK.

安卓开发工具插件就是为了让创建安卓apps来提供专业化的开发环境,这是一个完整并且先进的特点的Java集成开发工具来帮你建立,测试,断点测试并且能够打包你的安卓apps

免费,开源并且能够在大多数重要的操作系统平台运行,现在开始,下载安卓SDK吧

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. Includes ProGuard and app-signing.

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

        利用Ant能够为复杂的程序,命令行提供帮助包含提前预防保护和app登记功能

         模块基本化的优势能够创建标准的Android项目和组成部分



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.

图形化的用户界面的创建者

         利用拖拉控件能够创建丰富的安卓用户界面

         在你的图标,手机和其他设备上能够可视化你的用户界面,转换主题,模型,地点甚至能够持续的可视化平台的版本,而不用创建 可视化的重建让迫使改变你的布局,转 

         换布局,改变风格。

         编辑器帮助能够提供平常的用户界面组件

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.

          能够在桌面上描绘出排除故障的信息例如布局边界,更新GPU的视图和底层硬件或者是其他方面的信息

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

          能够增添更多的选项来模仿app应力或者能够排除故障的选项

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 tapBuild number seven times. Return to the previous screen to find Developer options.

 为了达到这些设置,打开系统设置中开发者选项,在安卓4.2版本或者是更高版本的,开发者选项的屏幕往往在默认的情况下被隐藏了,为了让这些资源可用,现在就去设置->关于手机,并且按下创建数字7次,然后返回前一个开发者选项。

Develop on Hardware Devices

在硬件上开发

  • Use any commercial Android hardware device or multiple devices.

           利用任何一种商业化的安卓硬件或者多种设备

  • Deploy your app to connected devices directy from the IDE.

           通过开发者工具来直接配置你来连接的app

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

          生动,在设备上检测错误,测试或者模拟数据图像

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.

            在多种设备上开发或者测试能够兼容

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侧面描绘机能,以及 OpenGL ES 跟踪技术
  • Graphical tools for debugging and optimizing UI, runtime inspecton of UI structure and performance.
  • 图形化工具能够检测故障或者尽可能的优化用户界面,用户界面架构和动作的检测
  • Runtime graphical analysis of your app's network bandwidth usage.
  • 在你的app上网络宽泛的超时使用状况能够图形化表示出来

Testing

测试

  • Fully instrumentated, scriptable test environment.
  • 多种多样的设备话,描会测试的环境
  • Integrated reports using standard test UI.
  • 利用标准化的测试用户图形化界面能够提供多种多样的报告
  • Create and run unit tests on hardware devices or emulator.
  • 在硬件上或者模拟器上能够创建或者运行单元测试

Native Development

本地开发

  • Support for compiling and packaging existing code written in C or C++.
  • 能够在c或者c++语言进行编译提供支持
  • Support for packaging multiple architectures in a single binary, for broad compatibility.
  • 基于单一的二进制编码为多种的架构提供打包支持,并且能够提供宽广的兼容性能
0 0
原创粉丝点击