From dc46e511dd56483017f883d92d14d8667cd15339 Mon Sep 17 00:00:00 2001 From: Daylily-Zeleen <735170336@qq.com> Date: Wed, 17 Apr 2024 17:18:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B7=B2=E7=9F=A5=E7=9A=84sd?= =?UTF-8?q?k=E6=9C=AC=E8=BA=AB=E7=9A=84=E9=94=99=E8=AF=AF=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- README.zh.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce263dd..b515cb5 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,9 @@ This project is cost a lot of time and effort, if it can help you, please [buy m ## **Known issues** 1. If you want to use overlay (only available for Windows), pay attention to the settings of the renderer. -2. About Android exporting: only testing with EOS Android SDK 1.16.1. +2. About Android exporting: only testing with "EOS Android SDK 1.16.1". +3. Some Apis in `1.16.1` will lead to crash by the bug of SDK itself: + 1. `EOSUserInfoInterface.copy_best_display_name()` -> `EOS_UserInfo_CopyBestDisplayName()` ## Exporting for Android diff --git a/README.zh.md b/README.zh.md index 470cdde..2e71faf 100644 --- a/README.zh.md +++ b/README.zh.md @@ -127,7 +127,9 @@ ## **已知注意事项** 1. 如果你要使用覆层(仅Windows可用),要注意渲染器的设置。 -2. 关于安卓导出: 目前仅使用 EOS Android SDK 1.16.1 测试通过,如果要进行安卓导出,注意下载的SDK版本应该对应。 +2. 关于安卓导出: 目前仅使用 "EOS Android SDK 1.16.1" 测试通过,如果要进行安卓导出,注意下载的SDK版本应该对应。 +3. 某些`1.16.1`版本的接口会由于SDK本身的bug导致程序奔溃: + 1. `EOSUserInfoInterface.copy_best_display_name()` -> `EOS_UserInfo_CopyBestDisplayName()` ## 安卓导出