Cómo compilar apps para usar en el vehículo estacionado
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Además de admitir apps creadas para su uso mientras conduces, Android Auto y el SO Android Automotive admiten las siguientes categorías de apps para usar mientras el vehículo está estacionado:
Para brindarles a los usuarios la mejor experiencia posible, ten en cuenta lo siguiente cuando compiles tu app para vehículos.
Haz que tu app sea adaptable
Las pantallas de los automóviles son más similares en tamaño, resolución y relación de aspecto a las tablets y los dispositivos plegables que a los teléfonos. Por lo tanto, optimizar tu app para pantallas grandes también beneficia a los usuarios en vehículos.
Otras optimizaciones para pantallas grandes, como la compatibilidad de entrada, no son directamente beneficiosas para los automóviles, pero aun así pueden mejorar la experiencia del usuario. Por ejemplo, la navegación con teclado usa las mismas APIs que la navegación rotativa, por lo que cualquier optimización que se realice allí puede beneficiar a ambos factores de forma.
Cómo enviar comentarios sobre las apps para usar con el vehículo estacionado
Si tienes un problema o una solicitud de función mientras desarrollas la app para usar con el vehículo estacionado, puedes informarlo con la Herramienta de seguimiento de errores de Google.
Asegúrate de llenar toda la información solicitada en la plantilla de problemas. Antes de informar un problema nuevo, verifica si ya se informó en la lista de problemas. Para suscribirte a un problema o votarlo, haz clic en el ícono de estrella que aparece en la herramienta de seguimiento. Para obtener más información, consulta Cómo suscribirte a un problema.
El contenido y las muestras de código que aparecen en esta página están sujetas a las licencias que se describen en la Licencia de Contenido. Java y OpenJDK son marcas registradas de Oracle o sus afiliados.
Última actualización: 2025-05-22 (UTC)
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-05-22 (UTC)"],[],[],null,["# Build parked apps for cars\n\nIn addition to supporting apps built for use while driving,\n[Android Auto](/training/cars/platforms/android-auto) and [Android Automotive OS](/training/cars/platforms/automotive-os) support\nthe following categories of apps for use while parked:\n\n| Category | Platform |\n|-------------------------------------------|----------------------------------------|\n| [Video](/training/cars/parked/video) | Android Automotive OS |\n| [Games](/training/cars/parked/games) | Android Auto and Android Automotive OS |\n| [Browsers](/training/cars/parked/browser) | Android Automotive OS |\n\n[Codelab\nBuild and test a parked app for Android Automotive OS\narrow_forward](/codelabs/build-a-parked-app) \n[Car ready mobile apps\nLearn how your existing mobile app may be eligible for distribution directly to cars\narrow_forward](/training/cars/car-ready-mobile-apps)\n\nOptimize your app for cars\n--------------------------\n\nTo give your users the best experience possible, keep the following things\nin mind while building your app for cars.\n\n### Make your app adaptive\n\nThe screens present in cars are more similar in size, resolution, and aspect\nratio to tablets and foldables than to phones. As such, optimizing your app for\nlarge screens benefits your users in cars as well.\n\nIn particular, see [Support different display\nsizes](/develop/ui/compose/layouts/adaptive/support-different-display-sizes)\nfor details on making the most of large display sizes, as well as the\n[media](/large-screens/gallery/media) and [games](/large-screens/gallery/games)\ngalleries for design inspiration and guidance.\n| **Note:** While the large screens media gallery contains mocks for both video and audio apps, only video apps can be built for Android Automotive OS as described in this guide. To build audio apps for Android Automotive OS, see [Build media apps for cars](/training/cars/media).\n\nOther large screen optimizations such as [input\ncompatibility](/guide/topics/large-screens/input-compatibility-large-screens)\naren't as directly beneficial for cars, but they can still improve the user\nexperience. For example, keyboard navigation makes use of the same APIs as\n[rotary navigation](/training/cars/testing/emulator#test-rotary), so any\noptimizations made there can benefit both form factors.\n\nDistribute your app\n-------------------\n\nAfter you've tested your app against the [car app quality guidelines for its\ncategory](/docs/quality-guidelines/car-app-quality#car-app-guidelines) you can\nuse Google Play to distribute it to Android Auto and/or cars with Google\nbuilt-in. See [Distribute to cars](/training/cars/distribute) for more details\non the publishing process.\n| **Important:** To ensure a good experience when using parked apps, Google works with OEMs to fix system issues that negatively affect parked app experiences on cars with Google built-in. As part of this collaboration, there is additional filtering built into the Play Store to prevent parked apps from being distributed to devices without the necessary fixes. If your app is otherwise compatible with a device, this might be the reason why it is not installable on that device.\n\nGive feedback on parked apps\n----------------------------\n\nIf you run into an issue or have a feature request while developing your parked\napp, you can report it using the [Google Issue Tracker](https://issuetracker.google.com/components/1385294).\nBe sure to fill out all the requested information in the issue template. Before\nfiling a new issue, check whether it is already reported in the issues list. You\ncan subscribe and vote for issues by clicking the star for an issue in\nthe tracker. For more information, see\n[Subscribing to an Issue](https://developers.google.com/issue-tracker/guides/subscribe#starring_an_issue).\n\n[Create a new issue](https://issuetracker.google.com/issues/new?component=1385294)"]]