33

I have installed Android Studio 3.5 from the stable channel. I am trying to build the Android Automotive Emulator but I am receiving the following error

no system images installed for this target

I have downloaded the following system image

Google APIs Intel x86 Atom_64 System Image

This image is shown when I try to make a phone/tablet emulator. I am using Mac Mojave. Do I need to install the Android 10 system image to solve this error?

user3448282
  • 2,629
  • 3
  • 25
  • 47
Shaan_B
  • 1,788
  • 2
  • 12
  • 16

5 Answers5

33

For Automotive OS (not Android Auto) you must add system image (at the moment only for Volvo Polestar 2 image)

  1. In Android Studio, select Tools > SDK Manager
  2. Click the SDK Update Sites tab
  3. Click Add icon
  4. Enter the following Name and URL, then click OK

Name: Polestar 2 System Image
URL: https://developer.polestar.com/sdk/polestar2-sys-img.xml

Click Apply, then click OK and create a car AVD

friederbluemle
  • 33,549
  • 14
  • 108
  • 109
28

You are not on the Canary channel for Android Studio, so you are not receiving updates for the Automotive Image. Your Android Studio version is only receiving updates for stable releases of Android. This can be fixed by switching over to the Canary channel in the Android Studio Preferences or downloading the Canary version.

Go to 'Android Studio >> Preferences >> Appearance & Behavior >> System Settings >> Updates'. From there you should a drop-down menu for "Automatically check updates for 'Stable Channel'". Go to the drop-down menu and switch over to 'Canary Channel'.

Another solution is to download the Canary version of Android Studio listed here: https://developer.android.com/studio/archive. Look for the releases that are labelled 'Canary'.

Khang Huynh
  • 312
  • 3
  • 2
  • That doesn't seem to help. The channel is for studio updates, I'm not sure it's related to which system images are being downloaded. In any case, this doesn't help me at all, no system images suitable for car simulators show up after this, but I did get an offer to download a beta version of AS. – Pawel Veselov Aug 04 '20 at 15:59
  • I would recommend installing the Canary version separately from your stable version. After download/install, I went directly to the AVD Manager and was able to create an auto emulator with a system image. I can now use it in my stable-version setup. – jj. Jan 16 '21 at 00:14
8

I had a very similar issue and wrote a little guide how I solved it : https://maltewolfcastle.medium.com/how-to-setup-an-automotive-android-emulator-f287a4061b19

Basically I had to import the device profile that comes with the Polestar 2 system image. You can select that from the Table category then and run any Automotive System Image you installed with it.

Malte
  • 81
  • 1
  • 2
  • 2
    Although you are the author of the article you need to keep in mind links may become broken in the future and render your answer obsolete. Posting the images here aswel is likely to help you preventing downvoters or bot flagging for low quality answer marking of the answer. EoR. – ZF007 Nov 22 '20 at 08:25
8

Android Automotive emulator :-> you need to add system image of polestar and for that select Tools > SDK Manager Then , Click the SDK Update Sites tab Now Click on Add Icon

Enter Name and Url for image

Name: Polestar 2 System Image URL: https://developer.polestar.com/sdk/polestar2-sys-img.xml

Sumit Patel
  • 379
  • 3
  • 8
  • This worked for me thanks! I think I also needed to install the Android Pie SDK as well. – Jim Apr 10 '22 at 19:34
4

I was able to get it to work on a stable release (3.5.1).

I went to Android Studio > Preferences > Appearance & Behavior > System Settings > Android SDK > SDK Tools and then selected Android Auto API Simulators and Android Auto Desktop Head Unit emulator. Then, back in the AVD Manager, I was able to select and download Pie for the system image.

Andi
  • 3,249
  • 1
  • 20
  • 12