Android:是否可以剪切/粘贴 Android SDK 并使用它?
我使用 Eclipse 作为 Android 编程的 IDE。我已将 android SDK 更新到 API 9。这些安装在我的笔记本电脑上。
现在,我想将所有这些转移到我的电脑上。在我的电脑上,我没有eclipse和SDK。
我的问题是,我可以从笔记本电脑上复制 eclipse 和 SDK 的文件夹并将其粘贴到我的电脑上吗?之后我可以使用它并创建新项目吗?
谢谢
I am using eclipse as IDE for android programming. I have update android SDK to API 9. these are installed on my laptop.
Now, I want to transfer all of these to my PC. On my PC, I didn't have eclipse and SDK.
My question is, may I copy folders of eclipse and SDK from laptop and paste it on my PC? can I use it and create new project after this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
尝试看看就是最好的答案。
我的建议是在桌面上启动 eclipse 并获取 ADT。
否则我认为你必须小心你的 Android SDK 在哪里。如果你放入 Eclipse 那么它应该可以工作。
(在我的例子中,我需要 SDK 和 NDK 位于 C: 的根目录下)
底线没有比全新安装更好的方法了
Try and see is the best answer to this.
My suggestions is to launch eclipse on your desktop and get ADT.
Otherwise I think you have to be careful where your Android SDK is. if you put in Eclipse then it should work.
(In my case I needed the SDK and NDK to be at the root of C:)
bottom line there is not better way than a clean installation
是的,您可以将整个项目(您的应用程序)文件夹复制到您的电脑上。在 Eclipse 中,使用 File/Import... 命令,然后选择 General/Existing Projects into Workspace 将复制的项目添加到 Eclipse 工作区。
至于 Android SDK 文件夹,我不会将其转移过来,只需在第二台 PC 上再次运行适用于 Windows 的 SDK 安装程序即可。
Yes, you can just copy the whole project (your app) folders over to your PC. In Eclipse, use the File/Import… command, then select General/Existing Projects into Workspace to add the copied project/s to your Eclipse workspace.
As for the Android SDK folder, I wouldn't transfer that one over, and just run the SDK installer for Windows again on the second PC to be sure.
是的,非常喜欢。只需复制并粘贴即可。这在大多数情况下应该有效。 (除非您尝试将 64 位 eclipse 版本传输到 32 位计算机。如果发生这种情况,只需下载 eclipse 32 位版本并将您的工作区和 android SDK 指向复制的版本)。
如果您计划生成调试密钥,则复制粘贴具有优势(如果您使用 Google API 使用位置信息,则需要此密钥)。如果您复制粘贴,则不必为每台机器生成新密钥。
Yes Very much. Just copy and paste. This should work in most cases. (Except if you try to transfer a 64bit eclipse version to a 32bit machine. If this happens just download the eclipse 32 bit version and point your workspace and android SDK to the copied one).
Copy paste has and advantage if you are planning to generate debug key (need this if you are using Location Information using Google API). If you copy paste, you dont have to keep generating a new key per machine.
是的,你可以复制所有的东西,只要你保持尊重路径的变化。跟踪它们并更改 Eclipse 中的路径。不过你必须有Java。
Yes, you can copy all the things as far as you keep respecting the path changes. Keep track of them and change paths in Eclipse. You must have Java although.