You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/en/publish/android/readme.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ If you want to use Android Studio to open the folder directly exported from the
30
30
31
31
@tab WebGAL Terre
32
32
33
-
Modify the `Game title` and `Game package name` in the game configuration in the left sidebar of the editor.
34
-
The game package name is the reverse of your website domain name. If you don't have a domain name, you can consider using the combination of developer plus game name, such as `webgaldev.mygalgame`, **must** use **English**.
33
+
In the editor's top bar, modify the `Game Title`, `Game Package Name`, and `Game Icon`in the game configuration.
34
+
The game package name is the reverse of your website domain name. If you don't have a domain name, you can consider using the combination of developer plus game name, such as `webgaldev.mygame`, **must** use **English**.
35
35
36
36
Select Export to Android project file in the upper right corner of the editor, and the system will automatically open the folder.
37
37
@@ -86,12 +86,12 @@ package com.openwebgal.demo //Modify the package name
86
86
87
87
After modifying this field, an error will be reported. At this time, click the package name just modified, and then click the "yellow light bulb" to select `Move file to 'target package name'`, and then delete the original package name folder.
88
88
89
-
:::
90
-
91
89
Click `File -> New -> Image Asset` in the menu bar to modify the game icon. Note that the icon is divided into two layers, front and back.
92
90
93
91

94
92
93
+
:::
94
+
95
95
## Debug and run
96
96
97
97
Turn on USB debugging on your Android phone and connect it to your computer. Click the run icon next to the device title in the toolbar above to run it on your phone.
@@ -116,11 +116,10 @@ Select `release` and click `Create` to wait for the compilation to complete.
116
116
117
117
[Use Android Studio to package WebGAL games to the Android platform](https://www.bilibili.com/video/BV1m24y1J7ct/)
118
118
119
-
## Compatibility and solutions
120
-
121
-
Currently, the minimum supported version is Android 5.0, and it depends on the pre-installed Android System WebView of the system. If your device goes black after clicking the first screen, please try any of the following solutions:
119
+
## Compatibility and Solutions
122
120
123
-
1. Enter the Play Store to update [Android System WebView](https://play.google.com/store/apps/details?id=com.google.android.webview)
124
-
2. Manually download Android System WebView for update
121
+
The minimum supported version is Android 5.0, and it relies on the system-preinstalled Android System WebView. If your device experiences a black screen or other issues after clicking the initial screen, please try any of the following solutions:
* Go to the Play Store and update [Android System WebView](https://play.google.com/store/apps/details?id=com.google.android.webview).
124
+
* Manually download and update [Android System WebView](https://www.apkmirror.com/apk/google-inc/android-system-webview/).
125
+
* If you are using a Huawei Android device, you can try downloading and installing [Huawei WebView](https://www.apkmirror.com/apk/huawei/huawei-webview-2/).
0 commit comments