I am working on AOSP 10 for automotive platform . I am stuck basically in how to bring app in emulator .
i have created an application in android studio like 5 buttons with some indication application. like status message on the button.
- I am not aware or not getting info basically how to connect it with VHAL
- Where do i need to place this application in AOSP 10 and what configurations i need to make to see it in the emulator.
- if i click on the button then i need to send a message to car service layer. what i need to do to achieve this .
Basically am unclear on how the connections to be made and what i need to write in which layer
Thank you and appreciate your support.