Update Android SDK manager without internet connection but earlier download for different SDK

Let's say there are many computers and each PC has the Android SDK installed. And one PC updates its SDK because it has an internet connection. This way, all downloads are installed directly from the SDK. I want to know if there is a way to download the SDK updates as a separate file (and not directly update the SDK) and other PCs (that are not connected to the internet) update with this downloaded file. (In other words, download one update and share it with other computers and update all computers with one downloaded file)

+2


source to share


1 answer


Just copy the platforms folder from the sdk directory .. enter image description here



+2


source







All Articles