mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 16:46:51 +08:00
Update build instructions
This commit is contained in:
5
BUILD.md
5
BUILD.md
@ -8,11 +8,12 @@
|
||||
2. As a part of flutter installation, you will need to install [Android Studio](https://developer.android.com/studio)
|
||||
3. Use [AVD manager](https://developer.android.com/studio/run/managing-avds) from Android Studio, to create device for local development.
|
||||
4. Project contains `:git_binding` dependency, so it needs Android NDK. You need to install through [SDK Manager](https://developer.android.com/studio/projects/install-ndk).
|
||||
5. Run command `flutter run --flavor dev --debug`: it will connect to availible device and run program.
|
||||
5. Run the `scripts/setup_env.dart` script
|
||||
6. Run command `flutter run --flavor dev --debug`: it will connect to availible device and run program.
|
||||
|
||||
1. Or you can run `flutter build apk --flavor dev --debug` and see apk under `build/app/outputs/apk/` folder
|
||||
|
||||
6. You will see application on emulator, you are all setup. You can start with [app.dart](lib/app.dart) file to exploring code.
|
||||
7. You will see application on emulator, you are all setup. You can start with [app.dart](lib/app.dart) file to exploring code.
|
||||
|
||||
## IDE Setup
|
||||
|
||||
|
Reference in New Issue
Block a user