OSDN Git Service

When using prerelease SDK versions, use codename instead of API level
authorTor Norbye <tnorbye@google.com>
Thu, 7 Jul 2011 18:44:18 +0000 (11:44 -0700)
committerTor Norbye <tnorbye@google.com>
Sat, 9 Jul 2011 03:31:02 +0000 (20:31 -0700)
commitd50c45bbd9e0d031c6fd86e92a78ffc3f8550b23
tree11ce3dae4b67f6ecd67523ddf3c6b6913a64b9c3
parentd685b2a0b1007bad254cd47fb3c6cc32f9cf8ff9
When using prerelease SDK versions, use codename instead of API level

The New Project wizard now automatically fills in the Minimum SDK text
field based on the selection in the SDK target chooser. However, it
was hardcoded to always pick the API level number. That's not correct
when using SDK versions with a code name; for example, when used with
a dev SDK build the minimum SDK version should be "AOSP".

Change-Id: I28273007be7e56f3a34b683f01234d5d1046aa0a
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/NewProjectCreationPage.java