You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/BUILD_FROM_SOURCE.md
+68-9Lines changed: 68 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,15 +84,74 @@ The iOS app will be built and available in `frontend/appflowy_flutter/build/ios/
84
84
-[Android NDK](https://developer.android.com/ndk/downloads/) version 24
85
85
- cargo-ndk: `cargo install cargo-ndk`
86
86
87
-
#### Detailed Setup Instructions
88
-
89
-
For comprehensive Android build setup including Windows support, please refer to the [Android-specific build guide](../frontend/appflowy_flutter/android/README.md) which covers:
90
-
91
-
- Platform-specific environment variable setup
92
-
- Cargo configuration for all operating systems
93
-
- NDK 24 clang fixes
94
-
- Path configuration
95
-
- Troubleshooting common issues
87
+
**Additional Setup:**
88
+
89
+
1.**Set Environment Variables**
90
+
91
+
**Windows:**
92
+
```cmd
93
+
set ANDROID_NDK_HOME=C:\Users\%USERNAME%\AppData\Local\Android\Sdk\ndk\24.0.8215888
Copy file name to clipboardExpand all lines: frontend/appflowy_flutter/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ To contribute to `AppFlowy_Flutter` codebase specifically (coding contribution)
32
32
33
33
### What OS should I use for development?
34
34
35
-
We support all OS for Development i.e. Linux, macOS and Windows. We have detailed documentation on how to setup `AppFlowy_Flutter` on your local system for each operating system:
35
+
We support all OS for Development i.e. Linux, MacOS and Windows. We have detailed documentation on how to setup `AppFlowy_Flutter` on your local system for each operating system:
36
36
37
37
-[Build from Source Guide](../../doc/BUILD_FROM_SOURCE.md) - Comprehensive setup instructions for all platforms
38
38
-[Android-specific Guide](android/README.md) - Detailed Android build instructions including Windows support
0 commit comments