Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
La categoria Giochi è in versione beta
Al momento, chiunque può pubblicare giochi nei canali di test interno e test chiusi sul Play Store. La pubblicazione nei canali di test aperti e di produzione sarà consentita in un secondo momento.
I giochi offrono un'opportunità unica per coinvolgere gli utenti in modo divertente e interattivo mentre la loro auto è parcheggiata. Se offri il tuo gioco sulle auto, puoi raggiungere un nuovo pubblico e offrire intrattenimento durante i tempi di inattività.
Oltre alle indicazioni riportate in questa pagina, segui i requisiti specifici per ogni piattaforma con cui il tuo gioco è compatibile:
Dichiarare il supporto dei controller di gioco (facoltativo)
Se la tua app supporta l'input del controller, includi la seguente dichiarazione manifest per la funzionalità android.hardware.gamepad, poiché gli OEM possono utilizzare queste informazioni per migliorare l'esperienza utente:
I campioni di contenuti e codice in questa pagina sono soggetti alle licenze descritte nella Licenza per i contenuti. Java e OpenJDK sono marchi o marchi registrati di Oracle e/o delle sue società consociate.
Ultimo aggiornamento 2025-07-27 UTC.
[null,null,["Ultimo aggiornamento 2025-07-27 UTC."],[],[],null,["# Build games for cars\n\nThe Games category is in beta \nAt this time, anyone can publish games to internal testing and closed testing tracks on the Play Store. Publishing to open testing and production tracks will be permitted at a later date. \n[Nominate yourself to be an early access partner →](https://forms.gle/VsXEdDEBidxw8q8u8) \n\nGames offer a unique opportunity to engage users in a fun and interactive way\nwhile their car is parked. By bringing your game to cars, you can reach a new\naudience and provide entertainment during downtime.\n\nIn addition to the guidance on this page, follow the platform-specific\nrequirements for each platform that your game is compatible with:\n\n- [Add support for Android Auto to your parked app](/training/cars/parked/auto)\n- [Add support for Android Automotive OS to your parked app](/training/cars/parked/automotive-os)\n\n| **Important:** Make sure your game meets the [quality guidelines for\n| games](/docs/quality-guidelines/car-app-quality?category=game), as it is [reviewed against them](/training/cars/distribute#understand-review) when submitted to tracks other than internal testing.\n\nMark your app as a game\n-----------------------\n\nTo indicate that your app is a game, you must add the\n[`android:appCategory=\"game\"`](/guide/topics/manifest/application-element#appCategory) attribute to the\n[`\u003capplication\u003e`](/guide/topics/manifest/application-element) element of your manifest. \n\n \u003cmanifest ...\u003e\n ...\n \u003capplication\n ...\n android:appCategory=\"game\"\u003e\n ...\n \u003c/application\u003e\n \u003c/manifest\u003e\n\nDeclare support for game controllers (optional)\n-----------------------------------------------\n\nIf your app [supports controller input](/develop/ui/views/touch-and-input/game-controllers), include the following\nmanifest declaration for the [`android.hardware.gamepad`](/guide/topics/manifest/uses-feature-element#gamepad-hw-features)\nfeature, as OEMs can use this information to improve the user experience: \n\n \u003capplication ...\u003e\n ...\n \u003cuses-feature android:name=\"android.hardware.gamepad\" android:required=\"false\"/\u003e\n ...\n \u003c/application\u003e\n\n| **Caution:** Be careful not to set the [`android:required`](/guide/topics/manifest/uses-feature-element#required) attribute to `true`, as not all devices have this feature present even if they can pair with a controller."]]