码迷,mamicode.com
首页 > 其他好文 > 详细

R.id.layout等不能识别:cannot be resolved or is not a field

时间:2014-12-12 14:49:32      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   color   os   sp   on   div   log   

Do not modify the R class. The error means there‘s something syntactically wrong with your XML layouts and R cannot be auto-generated. Try looking there and post the xml code you‘re not sure about, if any.

Edit : also: remove "import android.R" from imports at top of file (if there)

我的解决方案是去掉了import android.R这一行,增加了现有的包名import com.example.avtivitytest.R;

//import android.R;
import com.example.avtivitytest.R;

 

R.id.layout等不能识别:cannot be resolved or is not a field

标签:android   style   blog   color   os   sp   on   div   log   

原文地址:http://www.cnblogs.com/zl0372/p/android_01.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!