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, \
Eclipse: failed to create the java virtual machine – message box
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"