This contains the following changes: - a new interface IPackageVersion for all Package classes that can provide an AndroidVersion getVersion(). - fixes the "update sdk" where the local repo has no doc by suggesting to install the most up-to-date doc. - fixes a bad cast in the UpdaterLogic. - normalizes the long descriptions but adding the revision if not present. - fixes an edge case when displaying the very long description of the docs package, i.e. need to indicate it is upgraded due to a version change. SDK BUG 2192352 Change-Id: I87eda018b450ca9973e4f3b55caef964c0b31480
Using the Eclipse projects for ddmuilib. ddmuilib requires SWT to compile. SWT is available in the depot under prebuild/<platform>/swt Because the build path cannot contain relative path that are not inside the project directory, the .classpath file references a user library called ANDROID_SWT. In order to compile the project, make a user library called ANDROID_SWT containing the jar available at prebuild/<platform>/swt.