mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +00:00
make kvm performance note
This commit is contained in:
parent
9826dbb0b1
commit
70afa6fbb3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue