1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

Added ANDROID_STUDIO as optional variable to specify android studio location.

This commit is contained in:
fabianu
2020-06-20 16:40:36 +02:00
parent d2f1488934
commit 4a454f0817
2 changed files with 7 additions and 2 deletions

View File

@@ -19,7 +19,11 @@ An Android Studio template has been added to the project to help creating all fi
To install the template (to be done only once):
- Go to folder `./tools/template`.
- Run the script `./configure.sh`.
- Mac OSX: Run the script `./configure.sh`.
Linux: Run `ANDROID_STUDIO=/path/to/android-studio ./configure`
- e.g. `ANDROID_STUDIO=/usr/local/android-studio ./configure`
- Restart Android Studio.
To create a new screen: