How do I install a JRE or JDK to run the Android Developer Tools on Windows 7?

前端 未结 7 981
北荒
北荒 2020-12-04 17:57

I\'m trying to install the Android Developer Tools on my Windows 7 computer, so that I can use the Android emulator to test websites.

Android Developer\'s website, \

7条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-04 18:39

    Eclipse: failed to create the java virtual machine – message box

    1. Open folder with Eclipse.exe and find eclipse.ini file
    2. Replace -vmargs by your current real path of javaw.exe with

      -vm "c:\Program Files\Java\jdk1.7.0_07\bin\javaw.exe"
      

      or in case you've installed jre only:

      -vm "C:\Program Files\Java\jre7\bin\javaw.exe"
      

提交回复
热议问题