Android开发中的一个简单的问题

packagecom.example.helloworld;importandroid.support.v7.app.ActionBarActivity;importan... package com.example.helloworld;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.TextView;
public class MainActivity extends ActionBarActivity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
@Override
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
getMenuInflater().inflate(R.menu.main, menu);
return true;
}

public void clickHandler(View source) { //这一行提示错误View cannot be resolved to a type
// Handle action bar item clicks here. The action bar will
// automatically handle clicks on the Home/Up button, so long
// as you specify a parent activity in AndroidManifest.xml.
TextView tv=(TextView)findViewById(R.id.show); //提示错误show cannot be resolved or is not a field
tv.setText("Hello Android="+new java.util.Date());

}

}
那两处错误应该怎么改
展开
 我来答
低调吧程序员
2015-01-18 · 超过28用户采纳过TA的回答
知道答主
回答量:74
采纳率:100%
帮助的人:14.8万
展开全部
提示错误View cannot be resolved to a type,你是不是在R.layout.activity_main布局文件button控件加了onclick属性

提示错误show cannot be resolved or is not a field 也是布局文件问题,你贴下布局文件

167424520 懂的进
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式