1

I am using Ubunty Linux. In my android studio, emulator can not be created. Whenever I try to create it, I got this dialogue box

An error occurred while creating the AVD. See idea.log for details.

I cannot find idea.log.

NathanOliver
  • 171,901
  • 28
  • 288
  • 402
Emmaka
  • 9
  • 3
  • Possible duplicate of [Error in creating AVD in android studio](https://stackoverflow.com/questions/47142959/error-in-creating-avd-in-android-studio) – KnIfER Sep 25 '18 at 18:53

1 Answers1

0

You either haven't selected a CPU/ABI target in the dropdown below the target, or you haven't installed a system image. Open your SDK manager and ensure that you've installed ARM EABI v7a System Image

Saquib Lari
  • 190
  • 8
  • I have ARM 64 v8a System Image and Google APIs Intel x86 atom System Image installed, aren't they enough?Why do I need ARM EABI v7a System Image either? – Emmaka Apr 22 '17 at 10:28
  • I'm done with ARM EABI v7a System Image............but it's still not working.......!!! – Emmaka Apr 23 '17 at 19:06