4

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

Hesam
  • 52,260
  • 74
  • 224
  • 365

4 Answers4

0

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

Jason Rogers
  • 19,194
  • 27
  • 79
  • 112
0

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.

Julio Gorgé
  • 10,056
  • 2
  • 45
  • 60
0

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.

GSree
  • 2,890
  • 1
  • 23
  • 25
0

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.

Aman Alam
  • 11,231
  • 7
  • 46
  • 81