This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:tutorials:android:getting_android_tools_and_orx [2021/10/31 03:57 (4 years ago)] – sausage | en:tutorials:android:getting_android_tools_and_orx [2023/03/27 18:12 (2 years ago)] (current) – [Getting Android Studio] sausage | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | This guide is based on Android Studio | + | <WRAP center round box 60%>This guide is based on Android Studio |
- | ====== Getting Android Studio | + | ====== Getting Android Studio ====== |
- | You will need to install the latest | + | You will need to install the Android Studio, Electric Eel from here: https:// |
- | Warning though, Android Studio is 887MB. | + | |
- | Once installed, | + | Once installed, |
- | Install | + | You will not have to download |
- | If your NDK was packaged as an installer, the environment variable would have been set. If not, set one in the PATH variable | + | Close Android Studio. You do not need to open it ever again. |
+ | ===== Set up required Environment Variables ===== | ||
+ | Open your Windows Environment Variables and create the following two entries: | ||
+ | |||
+ | ANDROID_HOME=%LOCALAPPDATA%\Android\Sdk | ||
+ | JAVA_HOME=C: | ||
+ | |||
+ | Close any console windows so that new console windows pick up the new environment variables. | ||
Line 22: | Line 28: | ||
There are two important things provided in Orx repository: | There are two important things provided in Orx repository: | ||
- | 1. The Orx library for Android (we can also compile this ourselves, even though one is supplied pre-compiled) | + | 1. The Orx library for Android (we need to compile this ourselves) |
2. The Android Demo Project | 2. The Android Demo Project | ||