简体   繁体   English

通过eclipse和ADT设置android时出错

[英]Error when setup android by eclipse and ADT

When I try to create a virtual machine, I get an error like this: 当我尝试创建虚拟机时,出现如下错误:

在此处输入图片说明

How can I fix it? 我该如何解决?

You need to add Android Support Library to your project 您需要将Android Support Library添加到您的项目中

  1. Download Android Support Library by Android SDK Manager (it's in extras ) 通过Android SDK Manager下载Android支持库( extras
  2. Import and add it to your project (it is in SDK/extras/android/support/v7/appcompat directory) 导入并将其添加到您的项目中(位于SDK/extras/android/support/v7/appcompat目录中)
  3. Clean and rebuild project 清理并重建项目

Also please take a look at this question 还请看看这个问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM