Skip to content

Commit

Permalink
添加已知的sdk本身的错误说明
Browse files Browse the repository at this point in the history
  • Loading branch information
Daylily-Zeleen committed Apr 17, 2024
1 parent 285c79e commit dc46e51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`

## 安卓导出

Expand Down

0 comments on commit dc46e51

Please sign in to comment.