-
-
Notifications
You must be signed in to change notification settings - Fork 296
Closed
Description
Summary:
When installing the AndroidSDK, it first downloads the needed zip files into the temp folder and then it creates the sdk/ folder and unzip them there. Finally it removes the temp folder that stores the zip files (Intended behavior)
Feature request:
To downloaded the files only if not present in the temp folder.
Additional info:
Currently this can be done manually by following these steps:
- Download the files and place them in the temp folder
- Disable the following two blocks:
- The
while()block indownloadAndUnpack()function within SDKDownloader.java - Disable removal of
Tempfolder in SDKDownloader.java. It is in theSDKDownloadTaskclass.