转载 Android Error: Unable to open class file R.java

来源:互联网 发布:淘宝店铺网址怎么设置 编辑:程序博客网 时间:2024/05/18 20:08

转载  Android Error: Unable to open class file R.java:

 

You’ve just installed Eclipse , and attempted to create your first Android Application. When clicking create, you see an error similar to this: "Error: Unable to open class file R.java "

如果出现 “Error: Unable to open class file R.java No such file or directory”。

 

Solution:解决方法:

The “Build Path” for your Java environment is not setup correctly in Eclipse. To fix this, follow these steps:

1) Open the Preferences Window by clicking “Window -> Preferences”

2) Find the “Java” section and expand it

3) Select “Build Path

4) Change the value of Source and output folder from Folders to “Project

5) Click Apply and then “OK

Your problem should be resolved!

 

 

 

come from:  http://blog.csdn.net/dadoneo/archive/2010/12/02/6051366.aspx

原创粉丝点击