I have installed my Android SDK in Program Files (x86). But due to some reason I want to move it to D:. I want to ask if I can do that without altering my current projects on eclipse and will I have to reinstall my ADT plugins??
Thanks in advance
Just move the sdk folder to where you want it, and in Eclipse's preferences, point to the new SDK location (in the Android section). ADT should still work since its installed in another location. You will need to update your paths as well if you use some of the SDK tools from the command line.