Skip to content

OpenWebGAL/WebGAL-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c8c75c0 · Mar 16, 2025

History

25 Commits
Mar 16, 2025
Mar 16, 2025
Mar 16, 2025
May 7, 2023
May 7, 2023
May 7, 2023
Dec 9, 2023
Mar 16, 2025
Mar 16, 2025
May 7, 2023
May 7, 2023
May 7, 2023

Repository files navigation

WebGAL Android

example workflow

一个将 WebGAL 游戏打包到安卓平台的简易模板
A simple template for packaging WebGAL games to Android platform

如何编译

  • 安装 android studio 并导入本项目
  • 将游戏移动到 app\src\main\assets\webgal。默认加载 app\src\main\assets\webgal\index.html,如有需要自定义加载链接请修改 app\src\main\res\values\values.xml 文件里面的 load_url 字段
  • 更改包名以及游戏名和图标
  • 点击菜单栏 Build -> Generate Signed Bundle or APK 构建 apk

How to build

  • Install android studio and import this project
  • Move the game to app\src\main\assets\webgal. Load app\src\main\assets\webgal\index.html by default, if you need to customize the load link, please modify the load_url field inside the app\src\main\res\values\values.xml file
  • Change the package name and the game name and icon
  • Click Build -> Generate Signed Bundle or APK in the menu bar to build the apk

更多信息 / More Info

https://docs.openwebgal.com/publish/android