3

I am new to android studio. my problem is when i try to create AVD its showing

unknown error. see idea.log for details.

I am working on windows8.

Screenshot of AVD

Moak
  • 12,596
  • 27
  • 111
  • 166
Surya Rocky
  • 35
  • 1
  • 3
  • To create AVD, you need to have VT-x or virtualisation enabled in your BIOS. Have you done that? See here: https://stackoverflow.com/a/39542859/3647180 – Kvaibhav01 Nov 06 '17 at 18:27

2 Answers2

2

Delete all the files and folder from a directory home//.android/avd It's for Ubuntu. In Windows it's also in the user's folder (.android/avd).

pharid
  • 59
  • 3
  • You need to explain why your answer is correct. See https://stackoverflow.com/help/how-to-answer – James Jenkins Jul 30 '18 at 17:49
  • 1
    Hi ! I am sorry. I don't know the exact answer of the solution but when i do faced such error, i always solve the issue same way and that's works for me. – pharid Jul 31 '18 at 14:49
0

Before you create the new Virtual Device, Try downloading via SDK Manager the API level you want on the Virtual Device. This should do it.

Carlos Mion
  • 37
  • 1
  • 8