P.Juni
P.Juni

Reputation: 2485

Android Studio - Automotive emulator not found

I would like to have possibility to launch automotive emulator via my AS. What should I do ?

Currently I have no such option.

My AVD manager, see categories.

my conf

Expected view Expected

I can create the device tho, but it does not appear in the device definition list. enter image description here

Upvotes: 2

Views: 1105

Answers (2)

Arnold
Arnold

Reputation: 323

Follow the instructions here.

All you need is that line:

<entry key="npw.templates.automotive" value="true" />

Upvotes: 0

alunelu
alunelu

Reputation: 36

You have to enable automotive features in Android Studio.

Please follow the instructions from https://developer.android.com/training/cars/start, paragraph "Enable automotive features in Android Studio"

Upvotes: 2

Related Questions