AVD creation dialog.

This commit is contained in:
Xavier Ducrohet
2009-06-30 05:07:32 -07:00
parent d63563fbb0
commit f0ac8e8a09
6 changed files with 507 additions and 50 deletions

View File

@@ -239,6 +239,9 @@ class Main {
*/
private void showMainWindow() {
try {
// display a message talking about the command line version
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(
mSdkLog,
mOsSdkFolder,