问题描述:
Eclipse提示"artistslist cannot be resolved or is not a field"..
clean and re-genning R.java 发现R.java已经正常生成了资源文件,还是" re-genning R.java"
解决:
Eclipse imports the R class from the android package (import android.R;)and stops using mine. 囧
Eclipse提示"artistslist cannot be resolved or is not a field"..
clean and re-genning R.java 发现R.java已经正常生成了资源文件,还是" re-genning R.java"
解决:
Eclipse imports the R class from the android package (import android.R;)and stops using mine. 囧
本文描述了在使用Eclipse开发过程中遇到的artistslistcannotberesolvedorisnotafield错误,并提供了详细的解决方案。该问题是由于Eclipse导入了android包中的R类导致的,文章介绍了如何通过清理并重新生成R.java文件来解决这一冲突。

被折叠的 条评论
为什么被折叠?



