Reputation: 2485
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.
I can create the device tho, but it does not appear in the device definition list.
Upvotes: 2
Views: 1105
Reputation: 323
Follow the instructions here.
All you need is that line:
<entry key="npw.templates.automotive" value="true" />
Upvotes: 0
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