Plug the Android SDK window as the AVD manager.

- the "manager" button on the AVD selector (when not in manager
  will open the Android SDK window

- the AVD manager in the eclipse toolsbar open the Android SDK
  window as well.

Still left to do:
- remove the now obsolete AVD wizard
- figure out what to do with the other pages.
This commit is contained in:
Xavier Ducrohet
2009-06-30 06:38:30 -07:00
parent a944e34f1c
commit e78015c12d
5 changed files with 65 additions and 13 deletions

View File

@@ -243,6 +243,7 @@ class Main {
System.out.printf("No command line parameters provided, launching UI.\n" +
"See 'android --help' for operations from the command line.\n");
UpdaterWindow window = new UpdaterWindow(
null /* parentShell */,
mSdkLog,
mOsSdkFolder,
false /*userCanChangeSdkRoot*/);