Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openwebgal/webgal-android
WebGAL for Android.
https://github.com/openwebgal/webgal-android
android galgame game kotlin visual-novel webgal webview
Last synced: about 4 hours ago
JSON representation
WebGAL for Android.
- Host: GitHub
- URL: https://github.com/openwebgal/webgal-android
- Owner: OpenWebGAL
- License: mpl-2.0
- Created: 2023-02-03T08:56:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T04:33:26.000Z (4 days ago)
- Last Synced: 2025-01-19T05:25:25.910Z (4 days ago)
- Topics: android, galgame, game, kotlin, visual-novel, webgal, webview
- Language: Kotlin
- Homepage:
- Size: 170 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebGAL Android
[![example workflow](https://github.com/OpenWebGAL/WebGAL-Android/actions/workflows/android.yml/badge.svg)](https://github.com/OpenWebGAL/WebGAL-Android/actions)一个将 WebGAL 游戏打包到安卓平台的简易模板
A simple template for packaging WebGAL games to Android platform## 如何编译
* 安装 [android studio](https://developer.android.com/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](https://developer.android.com/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](https://docs.openwebgal.com/publish/android)