We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe0d1e commit 5ef4130Copy full SHA for 5ef4130
packages/cli-platform-android/src/commands/runAndroid/runOnAllDevices.ts
@@ -140,6 +140,8 @@ function createInstallError(error: Error & {stderr: string}) {
140
guide: 'native',
141
}),
142
)} and follow the React Native CLI QuickStart guide to install the compatible version of JDK.`;
143
+ } else {
144
+ message = error.message;
145
}
146
147
return new CLIError(
0 commit comments