forked from organicmaps/organicmaps-tmp
[docs] Fix android Sdk path
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
407ac4199c
commit
13ac5b9377
1 changed files with 2 additions and 2 deletions
|
@ -218,13 +218,13 @@ installed in the system:
|
|||
**Linux**:
|
||||
|
||||
```bash
|
||||
export PATH=$HOME/Android/sdk/cmake/3.18.1/bin:$PATH
|
||||
export PATH=$HOME/Android/Sdk/cmake/3.18.1/bin:$PATH
|
||||
```
|
||||
|
||||
**macOS**:
|
||||
|
||||
```bash
|
||||
export PATH=$HOME/Library/Android/sdk/cmake/3.18.1/bin:$PATH
|
||||
export PATH=$HOME/Library/Android/Sdk/cmake/3.18.1/bin:$PATH
|
||||
```
|
||||
|
||||
### Getting sources
|
||||
|
|
Loading…
Add table
Reference in a new issue