I just want to know if there is a way to share Android SDK in multiple systems. Suppose if we have 500 computers in the workspace for Android development, do we need to install android SDK , eclipse etc. in all of them? Or is there a Domain Controller kind of thing? Or atleast copy Android SDK some where in the network and use it?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
migrated from stackoverflow.com Dec 24 '12 at 5:00
|
Yes, the Android SDK can be loaded to a network share and accessed by multiple users. Just put the SDK on server or in one PC on the network. Then, point your IDE to the network path where you have copied the SDK. This screenshot should give you an idea of how to set the path to your SDK in Eclipse.
NOTE: Doing this will decrease the speed of debugging the app. Furthermore, the emulator will run much slower. |
|||||||||
|

