Skip to main content

Posts

Showing posts from 2025

Building an emulator machine for AAOS from a given images

Recently the company I am working with have started working on AAOS (Android Automotive Operating System) version of Google Android and the need to develop, test and deploy the our Android App to the SDV (Software Defined Vehicle) version of the OEM bare OS implantation of Android Automotive (please notice, not Android Auto which is something else). Here are a few installation procedures we followed since we needed to do in order to be able to run the AAOS machine in emulator on a Linux Ubuntu machine. You will need around extra 60GB on your HD Topics: 1. Download the machine image 2. Download and install Android-Studio 3. Create an empty project of Android Automotive and download the relevant SDKs 4. Open the downloaded machine to your Android/Sdk directory of system-images 5. Create a device from the new image 6. Run the machine (some problems with graphics / NVIDIA / Vulkan and GPU)   1. Download the machine image - Receive the machine from you OEM contact   2. Download and...