Difference between revisions of "Android"

From ScummVM :: Wiki
Jump to navigation Jump to search
 
Line 39: Line 39:


To build your own version from source, see the [[Compiling_ScummVM/Android|compilation instructions for Android]].
To build your own version from source, see the [[Compiling_ScummVM/Android|compilation instructions for Android]].
=== Known issues ===
When quitting ScummVM by using the Quit button, the process is not cleaned up immediately by Android and the shared object stays in memory.
This means that some global variables (like the debug level) stay initialized to their previous values.


=== External links ===
=== External links ===
* [https://forums.scummvm.org/viewforum.php?f=17 ScummVM forum for the ScummVM Android port]
* [https://forums.scummvm.org/viewforum.php?f=17 ScummVM forum for the ScummVM Android port]

Latest revision as of 18:20, 10 November 2024

android.png Android Port
Latest Released Version 2.8.1
Supported Audio Options MP3, OGG, FLAC, Uncompressed
Additional Webpage(s) Play Store
Maintainer(s) Praetorian
LePhilousophe
(previous) fuzzie
Packager(s) Praetorian
(previous) fuzzie
Forum Port Forum
Status Maintained
First Official Version 1.2.0

About

ScummVM has been ported to the Android platform.

For more information, including how to install and use ScummVM on Android, see the Android user documentation.

Developer information

Daily Builds

To test newer development versions, the daily autogenerated builds from the buildbot can be found here.

To install a daily build:

  • Uninstall all currently installed ScummVM versions including all plug-ins, as you can not install a daily build alongside the stable release.
  • Manually install the APK package. Instructions for manual installation are found in the Android user documentation.

The daily builds are debug builds, which means that on some devices performance may be significantly slow for certain CPU intensive features and processes, such as video decoding and MT-32 emulation.

To build your own version from source, see the compilation instructions for Android.

Known issues

When quitting ScummVM by using the Quit button, the process is not cleaned up immediately by Android and the shared object stays in memory.

This means that some global variables (like the debug level) stay initialized to their previous values.

External links