Previous Android development, It's hard to install the Android development environment: Formal development requires the use of JDK6.0, but the Android development Eclipse tool needs JDK7.0, which is good, groping for a half-day finally solved: Modify the Android development Eclipse tool in the Eclipse.ini file, before modifying the following:
-startupplugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar--launcher.libraryplugins/ org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200. V20120522-1813-productcom.android.ide.eclipse.adt.package.product--launcher.xxmaxpermsize356m-showsplashcom.android.ide.e Clipse.adt.package.product--launcher.xxmaxpermsize356m--launcher.defaultactionopenfile-vmargs-dosgi.requiredjavaversion =1.6-xms100m-xmx868m-declipse.buildid=v21.1.0-569685
The following changes are followed:
C:\Program files\jdk1.7.0_05\bin\java.exe-startupplugins/org.eclipse.equinox.launcher_1.3.0. v20120522-1813.jar--launcher.libraryplugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200. V20120522-1813-productcom.android.ide.eclipse.adt.package.product--launcher.xxmaxpermsize256m-showsplashcom.android.ide.e Clipse.adt.package.product--launcher.xxmaxpermsize256m--launcher.defaultactionopenfile-vmc:\program Files\ jdk1.7.0_05\bin-vmargs-dosgi.requiredjavaversion=1.6-xms40m-xmx768m-declipse.buildid=v21.1.0-569685
Note: Be aware of the modified lines 1th and 17th.
eclipse--Configuring the JDK in the Eclipse.ini file