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 7a2dfa7 commit 9915f07Copy full SHA for 9915f07
src/commands/android/index.ts
@@ -162,7 +162,7 @@ export class AndroidSetup {
162
163
return true;
164
} catch {
165
- Logger.log('Java Development Kit is required to work with Android SDKs. Download from here:');
+ Logger.log(`${colors.red('Error:')} Java Development Kit is required to work with Android SDKs. Download from here:`);
166
Logger.log(colors.cyan(' https://www.oracle.com/java/technologies/downloads/'), '\n');
167
168
Logger.log(`Make sure Java is installed by running ${colors.green('java -version')} command and then re-run this tool.\n`);
0 commit comments