Unverified Commit 783a2789 authored by Florian Loitsch's avatar Florian Loitsch Committed by GitHub

Replace existing app if it already exists. (#18796)

The `flutter attach` test was failing because the Android device had
the app already installed.
parent d248725e
......@@ -102,7 +102,7 @@ void main() {
section('Installing $apkPath');
await device.adb(<String>['install', apkPath]);
await device.adb(<String>['install', '-r', apkPath]);
try {
section('Launching attach.');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment