Skip to content

Progress bar in SDK updater is indeterminate #362

@codeanticode

Description

@codeanticode

Right now, the progress bar in the SDK updater is set to indeterminate mode, because the getFraction() method in the ConsoleProgressIndicator object used in the query and download tasks returns 0.

This code from the Android Plugin for IntelliJ IDEA can help understanding more advanced users of the progress indicator and the download functionality:

My impression is that the current progress has to be set somehow using progress.setFraction(), so it can then can be retrieved with progress.getFraction().

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions