Skip to content

Skip downloading zip files during installation if present #537

@kfrajer

Description

@kfrajer

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:

  1. Download the files and place them in the temp folder
  2. Disable the following two blocks:
  • The while() block in downloadAndUnpack() function within SDKDownloader.java
  • Disable removal of Temp folder in SDKDownloader.java. It is in the SDKDownloadTask class.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions