You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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?
The text was updated successfully, but these errors were encountered:
There is this code in your plugin
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?
The text was updated successfully, but these errors were encountered: