Skip to content

Commit

Permalink
Update sd card creation guide (#1045)
Browse files Browse the repository at this point in the history
The old command wasn't working on newer OS versions
  • Loading branch information
Maria Neumayer authored May 23, 2022
1 parent 11b8c43 commit ffdb7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager create avd --name "bpk-droid-a
Create an SD card for the screenshot tests (Linux)

```
$ANDROID_HOME/tools/mksdcard -l e 512M sd.img
$ANDROID_HOME/emulator/mksdcard -l e 512M sd.img
```

Create an SD card for the screenshot tests (OSX)
Expand Down

0 comments on commit ffdb7a5

Please sign in to comment.