在新建的android项目中出现cannot be resolved or is not a field
时间:2014-09-24 12:06:37
收藏:0
阅读:261
在新建的android项目中出现cannot be resolved or is not a field
解决方法:去除代码activity代码页面顶部中的 import android.R;
原文:http://www.cnblogs.com/xubuhang/p/3990212.html
评论(0)