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: docs/Building-the-Dart-VM-for-Android.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,13 @@ It is possible to build and run the standalone Dart VM for Android devices.
14
14
15
15
Download and install the Dart source tree using the standard instructions for building Dart.
16
16
17
-
Use a text editor to add the following line to the very bottom of your Dart .gclient file (which is located in the directory that contains the main 'dart' directory):
17
+
Use a text editor to update your Dart .gclient file (which is located in the directory that contains the main 'dart' directory):
18
18
19
-
`download_android_deps = True`
19
+
```
20
+
"custom_vars": {
21
+
"download_android_deps": True,
22
+
},
23
+
```
20
24
21
25
Run gclient sync to install the Android NDK and SDK. This may take 10 minutes or more depending upon the speed of your Internet connection
0 commit comments