哪个 Eclipse 适用于 Android?
我应该使用 32 位 Eclipse 还是 64 位 Eclipse 进行 Android 开发?我使用的是 MacBook Pro(Core 2 Duo)。 Android 编码的版本重要吗?
Should I use 32-bit Eclipse or 64-bit Eclipse for Android development? Im on a MacBook Pro (Core 2 Duo). Does it matter which version for Android coding?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Java 虚拟机使您几乎看不到 32 位和 64 位之间的差异。所以不,这并不重要。
Android SDK 将在其中一个上运行:)
The Java virtual machine makes the difference between 32bit an 64bit mostly invisible to you. So no, it won't matter much.
The Android SDK will run on either :)
一般建议使用 J2EE 版本,因为它与您需要的 XML 包一起打包。如果您选择标准版本或其他版本,那么在安装 Android 插件时,您将花费更多时间来获取所有这些软件包。在安装插件之前,请确保运行升级软件,直到它在 Eclipse 中找不到任何其他内容为止。
The general recomendation is to go with the J2EE version because it's packaged with the XML packages you'll want. If you go with the standard or other version you will just spend more time getting all those packages when you install the Android plug-in. Make sure to run upgrade software until it doesn't find anything else in Eclipse before installing the plug-in.
无论您做什么,请确保您获得 Cocoa 版本。 Carbon 几乎不可能用于大型项目(100% cpu、100% 堆栈使用、缓慢的“开放类型”、缓慢的“开放资源”)
Whatever you do, make sure you get the Cocoa version. The Carbon was almost impossible to work with with big projects (100% cpu, 100% stack use, slow "Open Type", slow "Open Resource")