Skip to content

Commit

Permalink
Fix filename in Android build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed May 29, 2024
1 parent c58361e commit 489e812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/BuildInstructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ Linux distro:
cd /opt/android # Or some other directory to place the Android SDK
export ANDROID_HOME=$PWD

wget https://dl.google.com/android/repository/commandlinetools-linux-8512546_latest.zip
unzip commandlinetools-linux-6609375_latest.zip
wget https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip
unzip commandlinetools-linux-11076708_latest.zip
./tools/bin/sdkmanager "platforms;android-33" "build-tools;30.0.3" "platform-tools"
```

Expand Down

0 comments on commit 489e812

Please sign in to comment.