我在将‘lynda.com安卓应用程序开发与java基本培训’的练习文件导入eclipse有困难。
我经常会遇到这样的java错误。
Paste error here please.有人能帮我解决这个问题吗?目前我正在使用
发布于 2013-07-15 12:02:39
那可能是因为,您的res文件夹中可能有一些问题,
1.The Main reason might be there could be wrong import file of R.java.
So Remove, if any import android.R;
2. There be some errors in your xml files
3.Try rebuilding and cleaning your project or
4. Close all files, clean project, restart Eclipse.发布于 2013-07-18 07:22:13
在项目中右键单击Android ->修复项目属性
https://stackoverflow.com/questions/17653046
复制相似问题