Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在运行项目时,R 无法解析为发生变量错误,我尝试清理项目并设置构建路径。
即使在清理项目后,R 也无法解析为变量
所以首先检查你是否没有
import android.R;
如果是,请删除此行。Eclipse 有时会生成它。
如果你这样做了,但仍然是错误,那么你可能在项目中有错误(也在 XML 布局等中),并且如果至少有一个错误,R则无法生成。所以检查一切也 res 文件夹。
R
您也可以转到 gen 文件夹,R.java再次删除并清理项目。
R.java