歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux編程 >> Linux編程 >> Eclipse添加Android插件錯誤處理方法

Eclipse添加Android插件錯誤處理方法

日期:2017/3/1 10:37:24   编辑:Linux編程

然後打開eclipse生成Android內容發現提示錯誤

ERROR: Unable to open class file D:\**\R.java: No such file or directory

ou’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!

Copyright © Linux教程網 All Rights Reserved