菜鸟一枚,tv.setText("Hello Android-" + new java.util.Date());这个一直报错滴说

最近刚开始看Android,这是一段疯狂Android讲义里面的代码,想试试看,发现会一直报错滴说packagecom.example.helloworld;import... 最近刚开始看Android,这是一段疯狂Android讲义里面的代码,想试试看,发现会一直报错滴说
package com.example.helloworld;

import android.app.Activity;
import android.os.Bundle;
import android.view.Menu;
import android.widget.Button;

public class HelloWorldActivity extends Activity {
@Override
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_hello_world);
}
@Override
public boolean onCreateOptionsMenu(Menu menu)
{
getMenuInflater().inflate(R.menu.activity_hello_world,menu);
return true;
}
public void clickHandler(View source)
{
TextView tv=(TextView) findViewById(R.id.show);
tv.setText("Hello Android-" + new java.util.Date());
}

}

其实是两个错误
Description Resource Path Location Type
menu cannot be resolved or is not a field HelloWorldActivity.java /HelloWorld/src/com/example/helloworld line 20 Java Problem

Description Resource Path Location Type
The method setText(String) is undefined for the type TextView
HelloWorldActivity.java /HelloWorld/src/com/example/helloworld line 26
Java Problem

请各位高手帮忙啊~
展开
 我来答
夏止忧伤
2014-09-02 · TA获得超过200个赞
知道小有建树答主
回答量:231
采纳率:0%
帮助的人:104万
展开全部
final void setText(int resid)
final void setText(char[] text, int start, int len)
Sets the TextView to display the specified slice of the specified char array.
final void setText(int resid, TextView.BufferType type)
final void setText(CharSequence text)
Sets the string value of the TextView.
void setText(CharSequence text, TextView.BufferType type)

方法里没有形参是string类型的,尝试转成字符试试
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
放荡不羁神经病
2014-09-02 · TA获得超过794个赞
知道小有建树答主
回答量:1580
采纳率:65%
帮助的人:584万
展开全部
Menu不能识别,你ctrl+shift+o导下包。然后第二个说的是TextvIEW没有set一个String的方法,你导包后试试看再说吧。我记得是有这方法的。估计就 是没导包
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
panzhenglian3
2014-09-02
知道答主
回答量:4
采纳率:0%
帮助的人:2.7万
展开全部
你把xml代码贴全,看看
追问

这是xml的代码

追答
没导TextView的包,然后R.menu.activity_hello_world这个资源没找到
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式