mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 01:02:14 +08:00
2
BUILD.md
2
BUILD.md
@ -7,7 +7,7 @@
|
|||||||
1. Install [Flutter](https://flutter.dev/docs/get-started/install) through official guidilines
|
1. Install [Flutter](https://flutter.dev/docs/get-started/install) through official guidilines
|
||||||
2. As a part of flutter installation, you will need to install [Android Studio](https://developer.android.com/studio)
|
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.
|
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).
|
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). GitJournal has only been tested with NDK release 19. It would be best to install that.
|
||||||
5. Run the `scripts/setup_env.dart` script
|
5. Run the `scripts/setup_env.dart` script
|
||||||
6. Run command `flutter run --flavor dev --debug`: it will connect to available device and run program.
|
6. Run command `flutter run --flavor dev --debug`: it will connect to available device and run program.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user