Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对日食有问题。有两种情况:
1-安装JDK6和SDK,我可以运行sdk manager,但我不能运行eclipse
2-安装JDK7和SDK,我可以运行eclipse但我不能运行SDK管理器
只需安装两个 JDK 并选择最适合 Eclipse 和 Android SDK 的。
对于 Eclipse,您可以指定要在Eclipse.ini. 只需在开头添加以下两行:
Eclipse.ini
-vm C:/Program Files/Java/jre7/bin
在 Eclipse 中,将两个 JDK 注册为 Java 运行时,并为它们指定适当的名称,以便您可以为您的 Android 项目选择正确的一个。