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

后端 未结 9 1203
逝去的感伤
逝去的感伤 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:23

    What worked for me was adding the JAVA_HOME environment variable pointing to the jdk folder (in my case c:\Program Files\Java\jdk1.7.0_04) and adding %JAVA_HOME%\bin to PATH variable

提交回复
热议问题