Environment
November 19, 2022Less than 1 minute
Prepare development environment
Building Fair requires the use of the Flutter environment and the CMAKE environment
Install Flutter
git clone https://github.com/flutter/flutter
Switch to the Flutter version specified by Fair
git checkout <flutter_version>
For details, please refer to Flutter official website to install, make sure there are no more warnings after executing flutter doctor
Install CMake & NDK
It is recommended to install via Android Studio!