We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4807b1e + c9d5145 commit ef851d9Copy full SHA for ef851d9
CONTRIBUTING.md
@@ -33,8 +33,8 @@ Currently only Linux is fully supported. Mac may work but is not regularly teste
33
on PATH.
34
* Install the [Android SDK](https://developer.android.com/studio/install) and
35
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'
+ `cmdline-tools/latest/bin/sdkmanager "build-tools;33.0.2"`
+ `cmdline-tools/latest/bin/sdkmanager "platforms;android-35" "build-tools;35.0.0"`
38
* Set the `ANDROID_HOME` environment variable to point to the SDK install
39
location. For example
40
* On Linux: `export ANDROID_HOME=/home/$USER/Android/Sdk`
0 commit comments