File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -66,17 +66,10 @@ To learn more about how to build apps with Flutter, please see the
66
66
Currently Flutter requires an Android device running
67
67
Jelly Bean, v16, 4.1.x or later.
68
68
69
- - Install the ` adb ` tool from the [ Android SDK] ( https://developer.android.com/sdk/installing/index.html?pkg=tools ) :
70
- - Mac: ` brew install android-platform-tools `
71
- - Linux: ` sudo apt-get install android-tools-adb `
72
- - If the version of ` adb ` provided by your Linux distribution is too old,
73
- you might need to [ install the Android SDK manually] ( https://developer.android.com/sdk/installing/index.html?pkg=tools ) .
74
- Note that ` adb ` needs 32-bit libs (on Ubuntu 64-bit, make sure to install
75
- those libraries listed in _ Troubleshooting Ubuntu_ section).
76
- - Launch ` Android SDK Manager ` with ` tools/android sdk ` .
77
- - Install ` Android SDK Platform-tools ` package that is the only required
78
- package to use ` adb ` .
79
- - Add ` platform-tools/ ` to your ` PATH ` .
69
+ - Install the [ Android SDK] ( https://developer.android.com/sdk/ ) and set the
70
+ ` ANDROID_HOME ` environment variable:
71
+ - Mac OS: ` export ANDROID_HOME=$HOME/Library/Android/sdk `
72
+ - Linux: ` export ANDROID_HOME=$HOME/Android/Sdk `
80
73
81
74
- Enable developer mode on your device by visiting ` Settings > About phone ` and
82
75
tapping the ` Build number ` field seven times.
You can’t perform that action at this time.
0 commit comments