Skip to content

Commit 9e12eff

Browse files
authored
Merge pull request #1079 from brandonbeaumia/master
Major simplification/rewrite of Android Install guide
2 parents 78ea027 + 7524204 commit 9e12eff

1 file changed

Lines changed: 18 additions & 41 deletions

File tree

docs/guides/install-android.md

Lines changed: 18 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,29 @@
11
# Downloading, Installing and Updating RetroArch for Android devices.
22

3-
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/dqx5c28pT3o" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
4-
5-
## Downloading and installing
6-
___
7-
There are multiple ways of downloading RetroArch for your Android device. Depending on your Android phone's architecture, you may want to install 64 bit instead of 32 bit.
8-
9-
### Installation via Google Play
10-
___
11-
1. Open the Google Play Store app ![Google Play Store Logo](../image/guides/google-playstore-logo.png)
12-
* Note: you can also go to play.google.com
13-
2. Search for **RetroArch**.
14-
3. Select **RetroArch** then **Download**.
15-
16-
This will download the latest stable version. Or you can go to the Google Play Store page by clicking here for [64bit](https://play.google.com/store/apps/details?id=com.retroarch.aarch64&hl=en_US "RetroArch64") or by clicking here for [32bit](https://play.google.com/store/apps/details?id=com.retroarch&hl=en "RetroArch").
17-
183
### Installation via Website
194
___
20-
**Unknown Sources** To avoid compromising the safety of your device, always use applications provided through our official channels.
21-
22-
1. Go to www.retroarch.com then click **Get RetroArch** or [click here](https://www.retroarch.com/?page=platforms) on your device.
23-
2. Scroll down until **Android** section.
24-
3. Select either **Download** or **Download (64bit)**.
25-
> There are several ways to determine if you have 64bit or 32bit version. You can use app like *Antutu* or *AIDA64*. You can still find out without app.
26-
>>
27-
>Go to `Settings` - `System` and check `Kernel version`. If the code inside contains **x64** string, your device has a `64-bit OS`; if you cannot find this string, then is **32-bit**.
28-
4. Click on the downloaded APK file.
29-
30-
> **Before Android Oreo**:
31-
>>
32-
> * Enter your device settings.
33-
> * Go to `Security`.
34-
> * Find the `Unknown Sources` option and check the box. A warning will pop up which you should definitely read. Once done, hit `OK` and this will enable you to install APKs from Unknown Sources.
35-
36-
> **After Android Oreo**:
37-
>>
38-
> * Begin installation with a file browser or through the web browser.
39-
> * Android will tell you that `the app doesn’t have permission to install APKs`. Click the available `Settings` button in that prompt.
40-
> * In the next menu, tick the box that lets that app install APKs.
5+
1. Visit the retroarch.com [Downloads page](https://www.retroarch.com/?page=platforms) and select **Download Stable** or **Download Nightly**.
6+
2. Open the downloaded APK (via a file manager if your browser does not prompt you when the download is completed).
7+
3. Select Install.
8+
> * Android may tell you that `the app doesn’t have permission to install APKs`. Click the available `Settings` button in that prompt.
9+
> * In the next menu, turn on the toggle allowing the app install APKs.
4110
> * `Hit the back button` to return to your installation.
4211
4312
### Installation via F-Droid
4413
___
45-
RetroArch can also be found in the F-Droid repository. You can find more information [here](https://f-droid.org/packages/com.retroarch/).
14+
RetroArch's most recent stable release can be found [in the F-Droid repository](https://f-droid.org/packages/com.retroarch/) for easier automatic updating.
15+
16+
### Other Versions via Buildbot
17+
___
18+
All [stable](https://buildbot.libretro.com/stable/{{ unit.stable }}/android/) and [nightly](https://buildbot.libretro.com/nightly/android/) bundles are available via BuildBot If you need a specific architecture or build for testing. Builds are named with an architecture suffix: `aarch64` is a 64-bit build, `ra32` is a 32-bit build, and no suffix is a universal build that opts for 64-bit if your system supports it.
19+
> 32-bit support on Android is slowly being phased out by the industry, but these builds remain available for older devices or specific use cases.
4620
47-
## Download with Buildbot
21+
### (NOT RECOMMENDED) Installation via Google Play
4822
___
49-
You can either choose `Nightlies` or `Stable` bundle, you can find a bundle with RetroArch, all the cores and all the assets [here](https://buildbot.libretro.com/stable/{{ unit.stable }}/android/), and download `RetroArch.apk` or `RetroArch_aarch64.apk`.
23+
RetroArch is available on the Google Play Store, but has not been updated for years due to Play Store policy changes. You may choose to use this older version, but it is not recommended.
24+
25+
[RetroArch Plus on the Play Store](https://play.google.com/store/apps/details?id=com.retroarch.aarch64&hl=en_US "RetroArch64") (Only for 64 bit devices, additional cores)
26+
27+
[RetroArch on the Play Store](https://play.google.com/store/apps/details?id=com.retroarch&hl=en "RetroArch") (For 32 or 64 bit devices, fewer cores)
5028

51-
For Nightlies [here](https://buildbot.libretro.com/nightly/android/) - pick the latest version(based on date), and download `...RetroArch.apk` or `...RetroArch_aarch64.apk`.
52-
(*where ... represents the date*)
29+
A more detailed difference between the Play Store versions can be found in [this libretro blog post](https://www.libretro.com/index.php/retroarch-android-new-versions-for-play-store-please-read/).

0 commit comments

Comments
 (0)