Thanks for the new SDK. I've played with all previous SDKs but this was the first one that required some fighting.
I wanted to run the emulator directly on Windows after unzipping files but the emulator exe didn't launch, complaining about virtual devices. I had to spend a few minutes to do the following tricks: C:\android-sdk-windows-1.5_r1\tools>android create avd -t 2 -n 1.5 Android 1.5 is a basic Android platform. Do you wish to create a custom hardware profile [no] Created AVD '1.5' based on Android 1.5 C:\android-sdk-windows-1.5_r1\tools>emulator -avd 1.5 Maybe you could explain the above right in the beginning of the SDK documentation? Tomi --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

