在android编程里,怎么总是出现正样的错误:Button cannot be resolved to a type? 这样的错误如何避免?... 这样的错误如何避免? 展开 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 android canno 编程 button 搜索资料 3个回答 #热议# 发烧为什么不能用酒精擦身体来退烧? 天驴英才 2012-12-05 · TA获得超过548个赞 知道小有建树答主 回答量:401 采纳率:0% 帮助的人:331万 我也去答题访问个人页 关注 展开全部 你是用了Button btn = findViewById(R.id.......)吧?首先,你要强制转换:用Button btn = (Button) findViewById(R.id.......)其次,你要确定R.id........这个东西确实是一个Button 本回答由提问者推荐 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 匿名用户 2012-12-04 展开全部 请问你引入相关包了么?(android.widget.TextView;)你布局文件里有木有定义Button呀?具体代码贴出来看看呢! 来自:求助得到的回答 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 NO静月夜 2012-12-05 · 超过47用户采纳过TA的回答 知道小有建树答主 回答量:95 采纳率:0% 帮助的人:86.5万 我也去答题访问个人页 关注 展开全部 是不是没有导入正确的包。 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 收起 更多回答(1) 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2018-02-26 Android编程出现错误:cannot be resolved or is not a field 38 2012-11-02 android 中com.swetake cannot be resolved to a type 怎么解决? 1 2018-04-11 JSP中出现:Connection cannot be resolved to a type 6 2011-07-04 Button button1 = (Button)findViewById(R.id.button1); 报错Button cannot be resolved to a type 2012-07-05 Button cannot be resolved to a type 6 2011-04-12 求帮助啊,关于android的,程序总是有××cannot be resolved to a type,还有好多错误,我是初学者,不懂 18 2018-05-10 Android开发时,写MainActivity.java时出现TextView cannot be resolved to a type,请问怎么回事 110 2012-03-25 android问题:Button.setOnClickListener cannot be resolved to a type为什么? 1 更多类似问题 > 为你推荐: