My attempt at creating an Android Auto application in C#
This repository basically starts with a generic Maui App, and then follows the instructions laid out by Christian Stryndom in his MAUI for Cars youtube video.
- 11/14/2024 - Updated for .NET 9.0
- Resolved Android-Libraries Issue #1044
- 01/24/2024 - Updated for .NET 8.0
git clone https://github.com/mikelor/chaaos
- Start Android Auto on Phone
- Start Head Unit Server
- On desktop console change directory to c:\users<user>\AppData\Local\Android\Sdk\extras\google\auto
- Start desktop head unit
C:\Users\mikel\AppData\Local\Android\Sdk\extras\google\auto>adb forward tcp:5277 tcp:5277
C:\Users\mikel\AppData\Local\Android\Sdk\extras\google\auto>desktop-head-unit.exe
- Android for Cars Design Guidelines PDF
- Carlos Mota's - Going on the Road with Android Auto presentation.
- Christian Stryndom's - MAUI for Cars YouTube Video
- Carlos Mota's - Going on the Road with Android Auto presentation.
- John O'Reilly's - Confetti App for Android Auto on Github