0

When I try to create a virtual machine, I get an error like this:

enter image description here

How can I fix it?

Bö macht Blau
  • 12,820
  • 5
  • 40
  • 61
nghia95
  • 13
  • 6
  • Check what is causing the red underline. Be more specific – suku May 12 '16 at 14:00
  • With all due respect, probably, you'll be better off working on 'Android Studio'. Its the official IDE for Android development, by Google itself. Atleast, I've been informed to be so ! – iamrkcheers May 12 '16 at 14:00

1 Answers1

0

You need to add Android Support Library to your project

  1. Download Android Support Library by Android SDK Manager (it's in extras)
  2. Import and add it to your project (it is in SDK/extras/android/support/v7/appcompat directory)
  3. Clean and rebuild project

Also please take a look at this question

Community
  • 1
  • 1
m.antkowicz
  • 13,268
  • 18
  • 37