aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2012-08-08 17:22:04 -0700
committerSiva Velusamy <vsiva@google.com>2012-08-14 10:47:16 -0700
commit07750e98d91da6a1a906c73e2a2b92e46aedf4cf (patch)
tree50e8077a6beebc71ed0e6f2e36610ae36c19f13e /eclipse/plugins/com.android.ide.eclipse.ddms/META-INF
parent2528d6f1dd7074f6a3e3b2e4d31ccc76c62558a8 (diff)
downloadsdk-07750e98d91da6a1a906c73e2a2b92e46aedf4cf.tar.gz
Integrate uiautomatorviewer into Eclipse
This CL integrates uiautomatorviewer into Eclipse. There are two components to this: 1. Take UI Hierarchy Dump from a device: This is added as an action to the device view in the DDMS perspective. 2. Viewing the resulting UI hierarchy: This is added as an editor, associated with the .uix extension. The editor simply wraps a UiAutomatorView. The UiAutomatorView is modified slightly to allow for opening just the hierarchy file without the associated screenshot. This is to enable opening the .uix file via standard Eclipse Open File Dialog. When opened this way, the canvas displaying the screenshot is replaced with a button that allows the user to specify the actual screenshot to be displayed. Change-Id: I0f31fe95b2728123ff6f0f748478c18c0c2f1b48
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.ddms/META-INF')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF b/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF
index 8bf4be34a..988545dcd 100644
--- a/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF
+++ b/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF
@@ -38,5 +38,6 @@ Bundle-ClassPath: .,
libs/ddmuilib.jar,
libs/jcommon-1.0.12.jar,
libs/jfreechart-1.0.9.jar,
- libs/jfreechart-1.0.9-swt.jar
+ libs/jfreechart-1.0.9-swt.jar,
+ libs/uiautomatorviewer.jar
Bundle-RequiredExecutionEnvironment: JavaSE-1.6