From 10aac89e6cf3c616ce75d95f43087a040c628024 Mon Sep 17 00:00:00 2001 From: Daylily-Zeleen <735170336@qq.com> Date: Thu, 18 Apr 2024 03:09:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3Readme=E7=9A=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README.zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b515cb5..cdd3f1e 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ This project is cost a lot of time and effort, if it can help you, please [buy m ``` 4. According to the requirement of "EOS Android SDK", update the `minSdk` to `23`. - 5. Modify `src/com/godot/game/GodotGame.java`: + 5. Modify `src/com/godot/game/GodotApp.java`: 1. Load `EOSSDK` library. 2. Initialize `EOSSDK`. At last, it will like this: diff --git a/README.zh.md b/README.zh.md index 2e71faf..54d08e7 100644 --- a/README.zh.md +++ b/README.zh.md @@ -179,7 +179,7 @@ ``` 4. 根据 EOS Android SDK 的要求,在 `config.gradle` 中将 `minSdk` 改为`23`或以上。 - 5. 修改`src/com/godot/game/GodotGame.java`: + 5. 修改`src/com/godot/game/GodotApp.java`: 1. 加载`EOSSDK`库。 2. 使用初始化`EOSSDK`。 最终该文件将如下所示: