File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ $ mkdir -p ~/.android
132
132
$ touch ~/.android/repositories.cfg
133
133
$ sdkmanager --update
134
134
$ sdkmanager --licenses
135
- $ sdkmanager 'platforms;android-29 ' 'system-images;android-29 ;default;x86' 'emulator' 'platform-tools'
135
+ $ sdkmanager 'platforms;android-28 ' 'system-images;android-28 ;default;x86' 'emulator' 'platform-tools'
136
136
```
137
137
138
138
### Configure an Android emulator
@@ -142,7 +142,7 @@ Open a **new** terminal window/tab and run the following.
142
142
```
143
143
$ export ANDROID_SDK_ROOT="${HOME}/android/sdk"
144
144
$ PATH="$PATH:${ANDROID_SDK_ROOT}/tools/bin:${ANDROID_SDK_ROOT}/emulator:${ANDROID_SDK_ROOT}/platform-tools"
145
- $ avdmanager --verbose create avd --name robotFriend --abi x86 --package 'system-images;android-29 ;default;x86' --device pixel
145
+ $ avdmanager --verbose create avd --name robotFriend --abi x86 --package 'system-images;android-28 ;default;x86' --device pixel
146
146
$ echo 'disk.dataPartition.size=4096M' >> $HOME/.android/avd/robotFriend.avd/config.ini
147
147
$ emulator @robotFriend
148
148
```
You can’t perform that action at this time.
0 commit comments