mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-02-21 10:35:26 +00:00
Update casing and grammar from feedback
This commit is contained in:
parent
82c8c55859
commit
202b33c575
1 changed files with 2 additions and 2 deletions
|
@ -23,10 +23,10 @@ Run `flutter doctor` and fix everything it complains before proceeding
|
|||
- Copy `env.sh.example` and set it up for your machine
|
||||
- Ensure you have run `gomobile init`
|
||||
- In Android Studio, make sure you have the current NDK installed by going to Tools → SDK Manager, go to the SDK Tools tab, check the `Show package details` box, expand the NDK section and select `27.0.12077973` version.
|
||||
- Ensure you have downloaded a NDK via android studio, this is likely not the default one, and you need to check the
|
||||
- Ensure you have downloaded an NDK via android studio, this is likely not the default one, and you need to check the
|
||||
`Show package details` box to select the correct version. The correct version comes from the error when you try and compile
|
||||
- Make sure you have `gem` installed with `sudo gem install`
|
||||
- If on macOS arm, `sudo gem install ffi -- --enable-libffi-alloc`
|
||||
- If on macOS arm64, `sudo gem install ffi -- --enable-libffi-alloc`
|
||||
|
||||
If you are having issues with iOS pods, try blowing it all away! `cd ios && rm -rf Pods/ Podfile.lock && pod install --repo-update`
|
||||
|
||||
|
|
Loading…
Reference in a new issue