Can anyone please confirm if android development is not yet supported on windows 7 x64? I downloaded the sdk, but when I tried to launch the sdk and avd manager it fails to
This question is probably dead but I think I've figured it out.
Ensure you've added the c:\android_sdk_windows\tools dir to your %PATH% environmental variable.
In eclipse check Windows->Preferences->Android and ensure you've set the SDK location to the SDK directory above.
Manually create 2 directories under the SDK directory
platforms
add-ons
The SDK and AVD manager should now be launchable.