diff options
author | Raphael Moll <ralf@android.com> | 2011-04-28 23:22:09 -0700 |
---|---|---|
committer | Raphael Moll <ralf@android.com> | 2011-04-28 23:56:15 -0700 |
commit | 9e1748f533f9d25dcedb50f9464b36588eec686b (patch) | |
tree | 8d644010d1a7331d32b76e279a657035cec8b5c7 /ddms/app/README | |
parent | 185782e15be0a3e56e53e950f522c11d0bf3d7f0 (diff) | |
download | sdk-9e1748f533f9d25dcedb50f9464b36588eec686b.zip sdk-9e1748f533f9d25dcedb50f9464b36588eec686b.tar.gz sdk-9e1748f533f9d25dcedb50f9464b36588eec686b.tar.bz2 |
Use SwtMenuBar in HierarchyViewer application.
Change-Id: I5f61e0c238520d8582e9bef8fa69c354a1165475
Diffstat (limited to 'ddms/app/README')
-rw-r--r-- | ddms/app/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ddms/app/README b/ddms/app/README index be0403c..3b7df9c 100644 --- a/ddms/app/README +++ b/ddms/app/README @@ -34,6 +34,14 @@ SWT depends on OSGI, so we'll also create an ANDROID_OSGI library for that. In order to compile the project: - Open Preferences > Java > Build Path > User Libraries +- Create a new user library named ANDROID_SWT +- Add the following 4 JAR files: + + - prebuild/<platform>/swt/swt.jar + - prebuilt/common/eclipse/org.eclipse.core.commands_3.*.jar + - prebuilt/common/eclipse/org.eclipse.equinox.common_3.*.jar + - prebuilt/common/eclipse/org.eclipse.jface_3.*.jar + - Create a new user library named ANDROID_OSGI - Add the following JAR file: |