From 70afa6fbb3807321c8ee08722e50933021fa7628 Mon Sep 17 00:00:00 2001 From: sneurlax Date: Thu, 4 Apr 2024 14:08:28 -0500 Subject: [PATCH] make kvm performance note --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index f6e529b37..46e57b1cf 100644 --- a/docs/building.md +++ b/docs/building.md @@ -159,7 +159,7 @@ flutter pub get flutter run android ``` -Note on Emulators: Only x86_64 emulators are supported, x86 emulators will not work +Note on Emulators: Only x86_64 emulators are supported, x86 emulators will not work. You should [configure KVM](https://help.ubuntu.com/community/KVM/Installation) for much better performance. #### Linux Run the following commands or launch via Android Studio: