Christian C
Christian C

Reputation: 548

Is it possible to build Android Automotive apps using common UI layouts like those for mobile phones?

I'm talking about the usual ConstraintLayout or LinearLayout from Android development for mobile phones. Is it possible or allowed to create and install an app built like this on the Android Automotive OS (not Android Auto)? If the answer is yes, do you have any documentation regarding this or project examples/samples?

Publishing the app on the Automotive Store is not important for me, Google wouldn't allow this anyway. I just want to be able to create a very custom app for me or a possible OEM. I know there's an Android for Cars Library but it's not even working for AAOS at this moment, only for Android Auto.

Upvotes: 1

Views: 744

Answers (2)

Cristian
Cristian

Reputation: 69

Yes, you can create and install normal Android apps that use common layouts on the AAOS Emulator. You may not be able to upload these apps on the store but an OEM probably can install any apps it wants.

Check the 'A Better Routeplanner' app, it was uploaded by Polestar on the AAOS store and it probably uses the UI layouts you mentioned considering how custom and similar it is to the mobile version. https://play.google.com/store/apps/details?id=com.polestar.abrp.production.android

Upvotes: 1

Jona
Jona

Reputation: 1

It depends on the user specific case, i.e. Is it going to be using navigation or radio for example.

Upvotes: 0

Related Questions