mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
Be more specific about Android Studio configuration
This commit is contained in:
parent
0b6b92df86
commit
832804606c
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ sudo apt install -y openjdk-11-jdk
|
||||||
sudo snap install android-studio --classic
|
sudo snap install android-studio --classic
|
||||||
```
|
```
|
||||||
|
|
||||||
Use Tools > SDK Manager to install the Android SDK, NDK, Android SDK command line tools, and cmake
|
Use Tools > SDK Manager to install the SDK Tools > Android SDK (API 30), SDK Tools > NDK, SDK Tools > Android SDK command line tools, and SDK Tools > CMake
|
||||||
|
|
||||||
Then install the Flutter plugin. In Android Studio's options for the Flutter language, enable auto format on save to match the project's code style
|
Then install the Flutter plugin. In Android Studio's options for the Flutter language, enable auto format on save to match the project's code style
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue