Updated Which Android Build Should I Pick? (markdown)

BlueInterlude 2026-05-14 14:33:04 -04:00
parent 8ad024b3c8
commit e3a8f7e809

@ -2,10 +2,8 @@
The Android build has been split into two new download options, those being the vanilla and googleplay builds.
The vanilla version uses a new method of filesystem access which is significantly faster and more simple, but isn't permitted by the Google Play store due to its use of the MANAGE_EXTERNAL_STORAGE permission. This new system is in its infancy, and is mostly the same as the googleplay variant, so the performance improvements won't yet be apparent. Filesystem performance should noticeably improve in the next few major releases as more functionality is migrated to the new system.
The vanilla version uses a new method of filesystem access which is significantly faster and more simple. As of Azahar 2125, Azahar uses the "raw UNIX FS access method" which greatly reduces stutter caused by Filesystem operations. For example, booting the home menu now takes 5 seconds (comparable to desktop times) instead of 30-45 seconds. However, this method of filesystem access is not compliant with Google Play Store regulations and must be downloaded from the "Releases" page on Azahar's GitHub, https://github.com/azahar-emu/azahar/releases or from the website directly, https://azahar-emu.org/pages/download/.
The googleplay version is compliant with Google Play Store regulations, and uses the old SAF-based method. This build will not see the performance improvements present in the vanilla build.
The Google Play version is compliant with Google Play Store regulations, and uses the old SAF-based method. This build will not see the performance improvements present in the vanilla build.
Unless you have a particular reason to use the googleplay build or you are downloading the app from the Google Play Store, **the vanilla version is recommended.**
The vanilla build can be downloaded at any time from the "Releases" page, https://github.com/azahar-emu/azahar/releases.
Unless you have a particular reason to use the googleplay build or you are downloading the app from the Google Play Store, **the vanilla version is recommended.**