Add support for add-on based on preview of platforms.

This commit is contained in:
Xavier Ducrohet
2009-07-22 17:39:44 -07:00
parent 76033864c5
commit a399a681d5
15 changed files with 156 additions and 114 deletions

View File

@@ -425,7 +425,7 @@ class Main {
if (target.getDescription() != null) {
mSdkLog.printf(" Description: %s\n", target.getDescription());
}
mSdkLog.printf(" Based on Android %s (API level %d)\n",
mSdkLog.printf(" Based on Android %s (API level %s)\n",
target.getVersionName(), target.getVersion().getApiString());
// display the optional libraries.