Unverified Commit d95bff1e authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Minor tool text typo (#66801)

parent 8db31a55
......@@ -108,12 +108,12 @@ class BuildApkCommand extends BuildSubCommand {
globals.printStatus('To generate an app bundle, run:', emphasis: true, indent: 4);
globals.printStatus('flutter build appbundle '
'--target-platform ${targetPlatforms.replaceAll(' ', '')}',indent: 8);
globals.printStatus('Learn more on: https://developer.android.com/guide/app-bundle',indent: 8);
globals.printStatus('Learn more: https://developer.android.com/guide/app-bundle',indent: 8);
globals.printStatus('To split the APKs per ABI, run:', emphasis: true, indent: 4);
globals.printStatus('flutter build apk '
'--target-platform ${targetPlatforms.replaceAll(' ', '')} '
'--split-per-abi', indent: 8);
globals.printStatus('Learn more on: https://developer.android.com/studio/build/configure-apk-splits#configure-abi-split',indent: 8);
globals.printStatus('Learn more: https://developer.android.com/studio/build/configure-apk-splits#configure-abi-split',indent: 8);
}
await androidBuilder.buildApk(
project: FlutterProject.current(),
......
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