Hello, Blender Game Engine (BGE) in version 2.79 does not have native support for exporting games directly to Android. Although BGE is a powerful tool for prototyping and game development on PC, it lacks the built-in capabilities to export games to mobile platforms like Android. However, there are some alternative approaches you could consider: Export to an Android Compatible Engine: You can export your game from Blender to a game engine that supports Android, such as Unity or Godot. This would involve exporting Blender's models, animations, and game logic to a compatible format (such as FBX or Collada) and then rebuilding the game logic in the new engine. Using Armory3D: Although not directly BGE, Armory3D is a game engine that integrates with Blender and offers support for exporting to Android. Armory3D is more modern and maintains familiarity with the Blender interface. Use custom engines: There are experimental solutions and community-developed plugins for BGE that attempt to make exporting to Android easier, but they are often less stable and may require advanced programming knowledge to resolve issues that arise. If your primary goal is to develop for Android, considering a game engine that supports mobile exports more from the start could make the development process easier.