Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
[run][android] fix cannot connect metro in a pure managed app (#3651)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo authored Jul 13, 2021
1 parent 72f11c3 commit 340696b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/expo-cli/src/commands/run/android/runAndroid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export async function runAndroidActionAsync(projectRoot: string, options: Option
} else {
Log.debug('Opening app on device via package name: ' + props.device.name);
// For now, just open the app with a matching package name
await Android.startAdbReverseAsync(projectRoot);
await Android.openAppAsync(props.device, props);
}

Expand Down

0 comments on commit 340696b

Please sign in to comment.