Button button = (Button) findViewById(R.id.Button);
最后的Button有报错Buttoncannotberesolvedorisnotafield...
最后的Button有报错
Button cannot be resolved or is not a field 展开
Button cannot be resolved or is not a field 展开
展开全部
你好,R.id.Button 中的button应该是你稿亮盯layout中main.xml文件中键衫添加的button的键和id名
<Button
android:id="@+id/button1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
可以试一下
<Button
android:id="@+id/button1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
可以试一下
追问
现在是那个R有错,又是什么意思???
追答
一般R文件出错,是因为代码有错误,好好检查一下
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询