From 4af9fa4b23b00da79e69f3ca43d9fbb0798c7abc Mon Sep 17 00:00:00 2001
From: Ricardo Cervera
Date: Mon, 22 Sep 2014 12:55:43 -0700
Subject: [PATCH] docs: Fixed Developer Tools image. Bug: 17609483
Change-Id: I400713dfe5ca54da193dccf15dac117dc4e11ca2
---
docs/html/tools/index.jd | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/docs/html/tools/index.jd b/docs/html/tools/index.jd
index f9d452c0c2532..73f89695b3d6c 100644
--- a/docs/html/tools/index.jd
+++ b/docs/html/tools/index.jd
@@ -1,16 +1,16 @@
page.title=Developer Tools
@jd:body
-
-
+
+
-
+
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,
+
Free, open-source, and runs on most major OS platforms.
To get started,
download the Android SDK.
@@ -21,11 +21,11 @@ page.title=Developer Tools
Full Java IDE
- - Android-specific refactoring, quick fixes, integrated navigation between Java and XML resources.
- - Enhanced XML editors for Android XML resources.
- - 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.
+ - Android-specific refactoring, quick fixes, integrated navigation between Java and XML resources.
+ - Enhanced XML editors for Android XML resources.
+ - 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.
@@ -34,7 +34,7 @@ page.title=Developer Tools
Graphical UI Builders
- - Build rich Android UI with drag and drop.
+
- 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.
@@ -71,9 +71,9 @@ screen to find Developer options.
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.
+ - 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.
@@ -100,7 +100,7 @@ screen to find Developer options.
Testing
-
+
- Fully instrumentated, scriptable test environment.
- Integrated reports using standard test UI.
@@ -108,7 +108,7 @@ screen to find Developer options.
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.