diff --git a/docs/1.3-模拟器支持.md b/docs/1.3-模拟器支持.md index 98ca1db4db..67784338ba 100644 --- a/docs/1.3-模拟器支持.md +++ b/docs/1.3-模拟器支持.md @@ -111,6 +111,11 @@ const notSupport = shuffleArray([ 不支持,未开放 adb 端口。 `, +` +### 🚫 [Google Play 游戏 Beta](https://play.google.com/googleplaygames) + +不支持,[玩家客户端](https://developer.android.com/games/playgames/pg-emulator?hl=zh-cn#installing-game-consumer)未开放 adb 端口。 +`, ]) const md = (new MarkdownIt()).use(MarkdownItAnchor, { permalink: MarkdownItAnchor.permalink.linkInsideHeader()}) diff --git a/docs/en-us/1.3-EMULATOR_SUPPORTS.md b/docs/en-us/1.3-EMULATOR_SUPPORTS.md index 1d04e9e788..363151c87d 100644 --- a/docs/en-us/1.3-EMULATOR_SUPPORTS.md +++ b/docs/en-us/1.3-EMULATOR_SUPPORTS.md @@ -60,7 +60,7 @@ Compatible but: ## 🚫 MuMu Mobile Game Assistant -Incompatible. ADB port is not open. +Incompatible. The ADB port is unavailable. ## ⚠️ [MuMu emulator X (Android 12)](https://www.mumuglobal.com/) (most smooth👍) @@ -88,7 +88,11 @@ Compatible, but there are fewer tests and there may be unknown issues ## 🚫 Tencent Mobile Game Assistant -Incompatible. ADB port is not open. +Incompatible. The ADB port is unavailable. + +## 🚫 [Google Play Games Beta](https://developer.android.com/games/playgames/pg-emulator?hl=zh-cn#installing-game-consumer) + +Incompatible. The ADB port of [the consumer client](https://developer.android.com/games/playgames/pg-emulator?hl=zh-cn#installing-game-consumer)is unavailable. ## ⚠️ [Win11 WSA](https://docs.microsoft.com/en-us/windows/android/wsa/) diff --git a/docs/ja-jp/1.3-エミュレータのサポート.md b/docs/ja-jp/1.3-エミュレータのサポート.md index dc3ae978a5..bd7ce07eea 100644 --- a/docs/ja-jp/1.3-エミュレータのサポート.md +++ b/docs/ja-jp/1.3-エミュレータのサポート.md @@ -109,6 +109,11 @@ adbポートが開いていないのでサポートしていません。 adbポートが開いていないのでサポートしていません。 `, +` +### 🚫 [Google Play Games Beta](https://play.google.com/googleplaygames) + +サポートされていません。[消費者クライアント](https://developer.android.com/games/playgames/pg-emulator?hl=zh-cn#installing-game-consumer) は adb ポートを開きません。 +`、 ]) const md = (new MarkdownIt()).use(MarkdownItAnchor, { permalink: MarkdownItAnchor.permalink.linkInsideHeader()}) diff --git a/docs/ko-kr/1.3-에뮬레이터_지원.md b/docs/ko-kr/1.3-에뮬레이터_지원.md index 5971bd79cb..db04b03297 100644 --- a/docs/ko-kr/1.3-에뮬레이터_지원.md +++ b/docs/ko-kr/1.3-에뮬레이터_지원.md @@ -61,7 +61,7 @@ ## 🚫 MuMu Mobile Game Assistant -지원되지 않습니다. adb 포트가 닫혀 있습니다. +지원되지 않습니다. ADB 포트가 닫혀 있습니다. ## ⚠️ [MuMu Player X](https://www.mumuglobal.com/kr/faq/system-requirement-mumu-player-x.html) (가장 부드러움 👍) @@ -84,7 +84,7 @@ ## 🚫 Tencent Mobile Game Assistant -지원되지 않습니다. adb 포트가 닫혀 있습니다. +지원되지 않습니다. ADB 포트가 닫혀 있습니다. ## ⚠️ [Windows Subsystem for Android](https://learn.microsoft.com/ko-kr/windows/android/wsa/) @@ -101,6 +101,10 @@ 지원됩니다. +## 🚫 [Google Play Games Beta](https://developer.android.com/games/playgames/pg-emulator?hl=zh-cn#installing-game-consumer) + +호환되지 않습니다. [소비자 클라이언트](https://developer.android.com/games/playgames/pg-emulator?hl=zh-cn#installing-game-consumer)의 ADB 포트를 사용할 수 없습니다. + ## ⚙️ 수동 연결 1. [adb](https://dl.google.com/android/repository/platform-tools-latest-windows.zip)를 다운로드해 압축을 풀어주세요. diff --git a/docs/zh-tw/1.3-模擬器支援.md b/docs/zh-tw/1.3-模擬器支援.md index 4885036f3b..2145479dd0 100644 --- a/docs/zh-tw/1.3-模擬器支援.md +++ b/docs/zh-tw/1.3-模擬器支援.md @@ -111,6 +111,11 @@ const notSupport = shuffleArray([ 不支援,未開放 adb 通訊埠。 `, +` +### 🚫 [Google Play 遊戲 Beta](https://play.google.com/googleplaygames) + +不支援,[消費者用戶端](https://developer.android.com/games/playgames/pg-emulator?hl=zh-cn#installing-game-consumer)未開放 adb 通訊埠。 +`, ]) const md = (new MarkdownIt()).use(MarkdownItAnchor, { permalink: MarkdownItAnchor.permalink.linkInsideHeader()})