OSDN Git Service

SDK Manager: allow manual install of incompatible archives.
authorRaphael Moll <ralf@android.com>
Thu, 1 Sep 2011 05:53:23 +0000 (22:53 -0700)
committerRaphael <raphael@google.com>
Thu, 1 Sep 2011 07:43:10 +0000 (00:43 -0700)
commita6a208c0a394bced94dd8d343d64663a86c71f78
tree52a8cc5e2dcf5c46751c1337ee8c4c835fe37308
parent17d4538e908e5a66ac1936fdb3ab415eb08e9766
SDK Manager: allow manual install of incompatible archives.

(where 'incompatible' means not intended for the host OS,
e.g. installing an archive flagged as Linux on Windows.)

By default, SDK Manager 2 doesn't show archives and
focuses on packages. However some vendors might want to
create e.g. an add-on with an OS-specific archive. Users
that do not have the OS need a way to still access and
install this. The way to do is to enable 'Show Archive
Details' in the Packages menu, manually select the
archive for any OS and install it.

SDK Bug: 19725

Change-Id: I619c9b882a4c56c0dc67b0073e6e3386f6a0e215
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/PackagesPage.java