Add ANDROID_HOME
This commit is contained in:
parent
6a97b592c3
commit
261e182239
|
@ -5,3 +5,6 @@ export PATH="$PATH:/opt/nvim-linux64/bin"
|
||||||
|
|
||||||
## Termux
|
## Termux
|
||||||
export PATH="$PATH:~/../usr/opt/bin/"
|
export PATH="$PATH:~/../usr/opt/bin/"
|
||||||
|
|
||||||
|
## Gradle
|
||||||
|
export ANDROID_HOME="~/Android/sdk/"
|
||||||
|
|
Loading…
Reference in a new issue