The 2.0 SDK now has a framework that separates the SDK tools from the various SDK platform versions.
The executables now doesn't ship with any SDK files. What gets downloaded is the framework.
To install the SDK files, run the "tools/android" program and then all the various SDKs (e.g. 1.1, 1.5, 1.6, 2.0 etc.) can be downloaded and automatically installed by this tool.
Once the SDKs are downloaded, the AVDs (Android Virtual Devices) can be configured.
Then they can be started from the command line with the command "tools/emulator -avd AVDNAME"
No comments:
Post a Comment