[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-27。"],[],[],null,["# Get started with Google Play Games on PC\n\nYour game must meet playability requirements before you can release\nthe game on [Google Play Games on PC](/games/playgames/overview). Once the game is on\nthe platform, you can work toward full certification by adding platform\nfeatures that delight players, such as seamless continuity of play, platform\ninput controls, and improved performance.\n\nPlayability Requirements\n------------------------\n\nYou must meet the minimum playable requirements to ship your mobile game to PCs.\nThese requirements are designed to ensure your game can be played on the\nplatform. Once available to PCs you can continue to develop your game to\nbecome fully certified on the platform.\n\nPlayability Checklist:\n\n- The game is playable on PCs with a mouse and keyboard. Note that direct support for mouse and keyboard is not required to meet this requirement. Games that are playable in compatibility mode are sufficient.\n- Gameplay cannot be blocked by unsupported permissions.\n- Gameplay cannot be blocked by unsupported Google APIs.\n- Game cannot require unsupported features.\n- The game must support GLES 3.1 (or below) or Vulkan.\n\n### Testing for playability\n\nThere are several different ways to test your game to determine if it meets the\nbasic playability requirements. The most important thing to test is input\nhandling and that gameplay is not blocked by unsupported features or\npermissions. The compatibility mode in the platform might be sufficient for a\nsingle-click game. If your game is more complex, for example it requires two\nhands to play, then additional mouse and keyboard support might be required.\nHere are a couple of things to consider:\n\n- Use the mouse scroll wheel for scrolling or zooming.\n- Vertical swipes requires more work than horizontal swipes when done with a mouse. Although horizontal swiping translates well using the compatibility mode, consider keyboard shortcuts for vertical swiping.\n- Support multi-touch gestures with keyboard shortcuts.\n- Add keyboard shortcuts for common actions such as an enter press to accept dialogs or an escape press to cancel.\n\nYou can use the following methods to test your game's input playability:\n\n- ChromeOS: Chromebooks offer a native PC-like experience with mouse and keyboard. This provides the closest experience to Google Play Games on PC.\n- Mobile with mouse and keyboard: You can attach a mouse and keyboard to a mobile device to see how well it plays.\n\n### Game ABI Architecture\n\nGoogle Play Games on PC supports games build with ARM or x86-64 ABI binaries.\nIncluding x86-64 binaries is recommended for improved game performance and\nexpanded device reach. An x86-64 build of the game is also required\nfor full certification.\n\n#### ARM binaries\n\nGoogle has partnered with Intel to enable ARM-based games on Intel-based PCs\nusing Intel Bridge Technology. This means that after your mobile game has met\nthe playability requirements it can be distributed on Google Play Games on PC\nto Intel-based PCs.\n\n#### x86-64 binaries\n\nProviding an x86-64 version of your mobile game provides\nperformance improvements to your players because\nit can be executed directly on the native hardware.\nThis also expands your game's distribution to non-Intel PCs.\n\nProviding an x86-64 version of your game should be your first step in optimizing\nyour game for Google Play Games on PC. It improves your game's performance and\nexpands its distribution reach.\n\nCertification requirements\n--------------------------\n\nCertified games are optimized to use the Google Play Games on PC features and\ncapabilities to delight their players. To certify your game you must have met\nall of the basic playability requirements in addition to the following\nrequirements.\n\n- Platform requirements\n - [Support x86-64 ABI Architecture](/games/playgames/pc-compatibility#x86-requirement)\n- Playability requirements\n - [Disable unsupported Android features and permissions](/games/playgames/pc-compatibility#unsupported-android-features)\n - [Disable unsupported Google APIs](/games/playgames/pc-compatibility#unsupported-google-apis)\n - [Use scoped storage for filesystem access](/games/playgames/pc-compatibility#scoped-storage)\n- Graphics\n - [Use high resolution assets and textures on Windows](/games/playgames/graphics#high-resolution-assets)\n - [Support Windows aspect ratios](/games/playgames/graphics#aspect-ratios)\n - [Scale UI elements for larger screens](/games/playgames/graphics#ui-scaling)\n - [Render at 60Hz](/games/playgames/graphics#increase-max-frame-rate)\n - Audio playback is smooth and in sync\n- Device input\n - [Support mouse and keyboard input](/games/playgames/input#input-support)\n - [Integrate the Input SDK](/games/playgames/input-sdk)\n- Cross-Platform play\n - [Integrate the Sign-in service for Google Play Games Services v2 on mobile and PC](/games/playgames/identity#game-identity)\n - [Automatically sync save games between mobile and PC](/games/playgames/identity#cloud-save)\n\nFor more information about when these requirements need to be integrated and how\nthey are tested, see the [milestone checklist](/games/playgames/checklist) page.\n\nMinimum requirements for players\n--------------------------------\n\nFor information about the minimum requirements for players to run\nGoogle Play Games on PC on a PC, see\n[minimum PC requirements](https://support.google.com/googleplay?p=pc_requirements)\nin Google Help Center.\n\nGet the developer emulator\n--------------------------\n\nOnce you have a compatible build of your game, you can test it in the\ndeveloper-focused build of the emulator. The developer emulator includes the\nsame Google Play Games on PC features, SDKs, and optimizations as the user\nexperience. Additionally, it includes some additional controls that make it\neasier to test your game on Windows.\n\nYou can sideload an APK to the emulator through [Android Studio](/studio) or\nthe [Android Debug Bridge](/studio/command-line/adb).\n\nSee [Use the developer emulator](/games/playgames/pg-emulator) for more information."]]