マニュアル:Androidへのエクスポート

ACTION GAME MAKER supports exporting your game to Android, but several preparations are required beforehand.


Preparing the Development Environment

  1. Install OpenJDK 17

:warning: Note: Make sure to install version 17, not the latest version (e.g., 21).

  1. Install Android SDK

Editor Settings

  1. In the editor, go to Editor Settings > Export > Android to configure Android export.
  2. Set up your launcher icon.
  3. Configure settings required for publishing to Google Play Store.

ACTION GAME MAKER uses the same Android export system as the official Godot engine.
For detailed instructions, please refer to the official Godot documentation:


Important Notes for Exporting to Smartphones

  • Stretch Mode (Scaling Settings)
    It is recommended to use viewport mode.
    Navigate to:
    Project Settings > Display > Window > Stretch > Mode, and set it to viewport.
  • Touch Controls Compatibility
    You need to configure your game to support touch input.
    The default Input Map does not include touch or smartphone-friendly settings, so you’ll need to either:
    • Implement a custom virtual pad, or
    • Use a plugin that provides touch controls.
「いいね!」 1