aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts/create_all_symlinks.sh
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/scripts/create_all_symlinks.sh
parent2528d6f1dd7074f6a3e3b2e4d31ccc76c62558a8 (diff)
downloadsdk-07750e98d91da6a1a906c73e2a2b92e46aedf4cf.zip
sdk-07750e98d91da6a1a906c73e2a2b92e46aedf4cf.tar.gz
sdk-07750e98d91da6a1a906c73e2a2b92e46aedf4cf.tar.bz2
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/scripts/create_all_symlinks.sh')
-rwxr-xr-xeclipse/scripts/create_all_symlinks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/scripts/create_all_symlinks.sh b/eclipse/scripts/create_all_symlinks.sh
index 4ae31fc..395cf78 100755
--- a/eclipse/scripts/create_all_symlinks.sh
+++ b/eclipse/scripts/create_all_symlinks.sh
@@ -139,7 +139,7 @@ CP_FILES="$CP_FILES @:$ADT_DEST $ADT_LIBS $ADT_PREBUILTS"
### DDMS ###
DDMS_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.ddms/libs"
-DDMS_LIBS="ddmlib ddmuilib swtmenubar"
+DDMS_LIBS="ddmlib ddmuilib swtmenubar uiautomatorviewer"
DDMS_PREBUILTS="\
prebuilts/tools/common/jfreechart/jcommon-1.0.12.jar \