mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
remove typo
This commit is contained in:
parent
e7f1d28bb4
commit
34872ab6b7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ sudo snap install android-studio --classic
|
||||||
Use Tools > SDK Manager to install:
|
Use Tools > SDK Manager to install:
|
||||||
- SDK Tools > Android SDK (API 30)
|
- SDK Tools > Android SDK (API 30)
|
||||||
- SDK Tools > NDK
|
- SDK Tools > NDK
|
||||||
- SDK Tools > Android SDK command line tools,
|
- SDK Tools > Android SDK command line tools
|
||||||
- SDK Tools > CMake
|
- SDK Tools > CMake
|
||||||
|
|
||||||
Then in File > Settings > Plugins, install the Flutter plugin and restart the IDE. In File > Settings > Languages & Frameworks > Flutter > Editor, enable auto format on save to match the project's code style. If you have problems with the Dart SDK, make sure to run `flutter` in a terminal to download it (use `source ~/.bashrc` to update your environment variables if you're still using the same terminal from which you ran `setup.sh`)
|
Then in File > Settings > Plugins, install the Flutter plugin and restart the IDE. In File > Settings > Languages & Frameworks > Flutter > Editor, enable auto format on save to match the project's code style. If you have problems with the Dart SDK, make sure to run `flutter` in a terminal to download it (use `source ~/.bashrc` to update your environment variables if you're still using the same terminal from which you ran `setup.sh`)
|
||||||
|
|
Loading…
Reference in a new issue