冲刺2

   今天进行任务

 

package com.example.hello;

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

public class MainActivity extends Activity {

	@Override
	protected 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;
	}

}

 出现错误;进行修改后运行不成功。

阅读安卓开发实例,进行几张结构活动表示,浏览开发视频。

posted @ 2016-04-20 20:59  无限yier  阅读(142)  评论(0编辑  收藏  举报