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`。 最终该文件将如下所示: