Skip to content

Commit c9d5145

Browse files
authored
Update SDK install instructions in CONTRIBUTING.md
1 parent 4807b1e commit c9d5145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Currently only Linux is fully supported. Mac may work but is not regularly teste
3333
on PATH.
3434
* Install the [Android SDK](https://developer.android.com/studio/install) and
3535
run the following command to ensure you have the necessary components:
36-
`./tools/bin/sdkmanager --install 'build-tools;33.0.2'
37-
'platforms;android-34' 'emulator' 'platform-tools'
36+
`cmdline-tools/latest/bin/sdkmanager "build-tools;33.0.2"`
37+
`cmdline-tools/latest/bin/sdkmanager "platforms;android-35" "build-tools;35.0.0"`
3838
* Set the `ANDROID_HOME` environment variable to point to the SDK install
3939
location. For example
4040
* On Linux: `export ANDROID_HOME=/home/$USER/Android/Sdk`

0 commit comments

Comments
 (0)