This is an example Android Automotive OS app with included instructions for setting up an Android Automotive OS emulator in Android Studio and running the app on it.
To get better understanding of the changes made to the template app Automotive > No Activity
in Android Studio, please refer to the following files:
AndroidManifest.xml
- Automotive OS specific manifest entriesautomotive_app_desc.xml
- Automotive OS specific app descriptionMainActivity.java
- Main activityactivity_main.xml
- Main activity layout
- Android Studio (this was developed with
android-studio-2024.2.1.10-mac
)
-
Clone this repository.
git clone https://github.com/zpg6/hello-aaos
-
Open the project in Android Studio.
-
Create an Android Automotive OS emulator
-
Run the app on the emulator