2 个 eclipse 安装 1 个 ADT 安装
有没有办法安装 2 个 eclipse 但安装 1 个 ADT?我想节省硬盘空间,并想问一下。谢谢。
Is there a way to have 2 installations of eclipse but 1 installation of ADT? I'm trying to save hard drive space, and thought I would ask. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您应该通过第一次安装 Eclipse 下载插件并将插件复制到第二次 Eclipse 的插件目录中。
要点是只有一个 SDK 文件夹(只需在 ADT 配置面板中设置 SDK 路径)以节省空间(以及 Android 模拟器设置)。
You should just download the plugin through the first installation of Eclipse and copy the plugin into second Eclipse's plugin directory.
The point is to have only one folder for SDK (just setting the SDK path in ADT configuration panel) to save space (and Android Emulator Settings).
ADT 是一个 Eclipse 插件。您可以安装任意数量的 Eclipse,并选择将 ADT 添加到其中任何一个或全部。请注意,同时运行两个 ADT 实例会使 adb 感到困惑并生成一堆控制台警告。
ADT is an Eclipse plug-in. You can have as many Eclipse installations as you like and choose to add ADT to any or all of them. Note that RUNNING two ADT instances at the same time will confuse adb and generate a bunch of console warnings.