android sdk and avd manager does not launch on windows 7 x64

后端 未结 9 1199
逝去的感伤
逝去的感伤 2020-12-31 00:49

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

9条回答
  •  春和景丽
    2020-12-31 01:02

    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.

提交回复
热议问题