Skip to content

Test apk for library is installed twice #75

Open
@lsuski

Description

@lsuski

There is this code in your plugin

  // This is a hack for library projects.
            // We supply the same apk as an application and instrumentation to the soon runner.
            applicationApk = if (testedOutput is ApkVariantOutput) testedOutput.outputFile else instrumentationApk

and it causes to install twice same apk if we are testing library which slows down whole execution. What is the reason of this hack?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions