diff options
| author | Albin <albin@mullvad.net> | 2025-10-23 15:10:10 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2025-10-24 14:47:27 +0200 |
| commit | fa37458260f53e09d7322be7dbed9e10bd0e79fe (patch) | |
| tree | 5157f370db8a1372335b64fe2b56bbbacecec04b /android/BuildInstructions.md | |
| parent | ccf4fa7782db591834bbae0dbb70099e6202cbeb (diff) | |
| download | mullvadvpn-fa37458260f53e09d7322be7dbed9e10bd0e79fe.tar.xz mullvadvpn-fa37458260f53e09d7322be7dbed9e10bd0e79fe.zip | |
Fix android linux build doc commands
Diffstat (limited to 'android/BuildInstructions.md')
| -rw-r--r-- | android/BuildInstructions.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md index d9e1f2a5c0..f246261870 100644 --- a/android/BuildInstructions.md +++ b/android/BuildInstructions.md @@ -106,8 +106,10 @@ Linux distro: export ANDROID_HOME=$PWD wget https://dl.google.com/android/repository/commandlinetools-linux-13114758_latest.zip - unzip commandlinetools-linux-13114758_latest.zip - ./cmdline-tools/bin/sdkmanager "platforms;android-36" "build-tools;36.0.0" "platform-tools" "ndk;27.3.13750724" + mkdir -p cmdline-tools + unzip commandlinetools-linux-13114758_latest.zip -d cmdline-tools-latest + mv cmdline-tools-latest/cmdline-tools cmdline-tools/latest && rm -d cmdline-tools-latest + ./cmdline-tools/latest/bin/sdkmanager "platforms;android-36" "build-tools;36.0.0" "platform-tools" "ndk;27.3.13750724" ``` #### 5. Install and configure Rust toolchain |
