android开发(新手) 为什么一点button就闪退
android事件处理,为什么我一点按钮就闪退啊,谁能帮帮我publicvoidclickHander(Viewsource){TextViewtv=(TextView)...
android事件处理,为什么我一点按钮就闪退啊,谁能帮帮我
public void clickHander(View source)
{
TextView tv=(TextView)findViewById(R.id.show);
tv.setText("hello world");
}
<TextView
android:id="@+id/show"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:layout_alignParentTop="true"
android:text="@string/hello_world" />
<Button
android:id="@+id/bn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/show"
android:text="Button"
android:onClick="clickHandler"
/> 展开
public void clickHander(View source)
{
TextView tv=(TextView)findViewById(R.id.show);
tv.setText("hello world");
}
<TextView
android:id="@+id/show"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:layout_alignParentTop="true"
android:text="@string/hello_world" />
<Button
android:id="@+id/bn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/show"
android:text="Button"
android:onClick="clickHandler"
/> 展开
2个回答
展开全部
clickHander
clickHandler
两个拼写不一样,会是这个导致的不?
clickHandler
两个拼写不一样,会是这个导致的不?
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
理论 上没问题
有没有 报错的信息 看一下
有没有 报错的信息 看一下
追问
我是在真机上测试的,一点按钮就闪退
追答
····真机测试也可以看到 报错信息
顺便 把 android:layout_below="@id/show" 这句 改成 android:layout_below="@+id/show",这种写法 个人比较推存,表示 自己试了一下,可以运行没有任何问题
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询