`
fairy0815
  • 浏览: 18556 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论

“no classfiles specified” “r cannot be resolved”

阅读更多

建了第一个测试程序就不是那么顺利,接连遇到了几个问题,首先是

 

no classfiles specified
Conversion to Dalvik format failed with error 1
 

晚上说用Project菜单下的Clean命令清理一下就好了,果然如此。

据查到的国外网站说,还有一种办法:

 

If you are using eclipse.

Click on the project folder in the "Package explorer" and click F5(refresh).
It should work now.
 

接下来遇到的问题是:

 

r cannot be resolved

 

重新建了一遍项目就OK了。不过出现错误的时候我建的项目用了Android+Google API,后来只用Android就好了。

还可尝试的办法(每条之间的关系是“或”):

1. 删除gen目录,让Eclipse重新build一下。

2. 重新build项目。

3. add import android.R to your ".java" file

 

分享到:
评论

相关推荐

    dex2jar-2.0反编译资源

    以前使用dex2jar-0.0.9.15反编译android的dex文件一直都没问题,最近反编译一个游戏项目出现报错,com.googlecode.dex2jar.DexException: while accept method:[Landroid/support/v4/app/ActionBarDrawerToggle$...

    nginx提示No input file specified怎么办.docx

    Nginx 提示 "No input file specified" 的解决方法 Nginx 是一个流行的开源 web 服务器软件,然而,在使用 Nginx 时,有时可能会遇到 "No input file specified" 的错误提示,这篇文章将详细讲解该错误的解决方法。...

    提示No input file specified的解决方法.docx

    "No input file specified解决方法" 在Web服务器中,"No input file specified"是常见的错误信息,出现该错误的原因有多种,例如PHP.ini文件配置不正确、Apache或Nginx服务器配置不当等。下面将从IIS、Apache和...

    报错 No input file specified的解决办法

    你可以参考提供的资源,如 "No input file specified的解决方法-百度经验.url" 和 "报错 ”No input file specified.“ 排查 - zh_mead的博客 - CSDN博客.url",这些链接可能提供了更具体的步骤和案例。 在实际操作...

    提示No input file specified的解决方法

    解决 No input file specified 的方法 在编程中,我们经常会遇到 "No input file specified" 的提示,这个错误信息很容易让人感到困惑和沮丧。实际上,这个错误信息是由于服务器或编程语言的配置问题引起的。今天,...

    nginx+php出现No input file specified解决办法

    今天在自己本地的开发环境突然出现了No input file specified错误,反复检查返现自己的配置文件和配置路径以及权限都没有问题。经过反复的排查终于发现了问题,现将问题及解决分享如下: 问题原因分析 在GitHub上...

    详解no input file specified 三种解决方法

    在Apache服务器上遇到“No input file specified”错误时,可以通过修改.htaccess文件来解决。具体操作为确保`.htaccess`文件中启用了重写引擎(`RewriteEngine on`),然后添加一个条件判断,排除`index.php`、`...

    电脑提示“No input file specified”怎么办.docx

    ### 电脑提示“No input file specified”处理方法 #### 一、理解“No input file specified”错误 “No input file specified”是一个常见的错误提示,通常出现在Web服务器(如IIS、Apache、Nginx)尝试运行PHP...

    iOS 报clang: error: no input files错误的解决方法

    在iOS开发过程中,开发者可能会遇到一个令人困惑的错误——`clang: error: no input files`。这个错误通常出现在Xcode编译项目时,提示没有找到输入文件,导致编译失败。本文将详细介绍如何解决这个问题。 ### 错误...

    【LNMP】提示Nginx PHP “No input file specified”错误的解决办法

    通过对LNMP环境中“No input file specified”错误的深入分析,我们了解了该错误产生的主要原因及其解决方法。通过调整PHP配置文件、文件权限以及重启LNMP服务等步骤,可以有效地解决这一问题。在实际操作过程中,还...

    APACHE支持.htaccess伪静重写出错 No input file specified的解决方案

    在本文中,我们将深入探讨一个常见的问题,即在使用`.htaccess`进行伪静态重写时遇到"No input file specified"错误的解决方法。 首先,这个错误通常发生在Apache服务器使用FastCGI模式运行PHP时。FastCGI是一种...

    QT学习笔记(四十多个问题解决方案)

    这样可以确保应用程序中的文本能够正确地显示各种语言。 #### 使用`splitter`控件 当使用`splitter`控件时,如果希望其子窗口具有可调整大小的功能,可以通过设置`splitter`的`handleWidth`属性来实现。另外,设置...

    解决SpringDataJPA报错:org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null w

    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/...

    关于PHP5.6+版本“No input file specified”问题的解决

    在PHP开发过程中,有时会遇到“No input file specified”的错误提示,这通常发生在PHP5.6及以上版本,尤其是在使用FastCGI模式时。这个错误是由于服务器无法正确处理请求路径中的参数导致的,特别是与PATH_INFO相关...

    ASP.NET The system cannot find the file specified解决办法

    ASP.NET The system cannot find the file specified解决办法 Server Error in ‘/’ Application. The system cannot find the file specified Description: An unhandled exception occurred during the execution...

Global site tag (gtag.js) - Google Analytics