1、android:text="@string/button1"这个button1需要在res/values/string.xml中新建一个值 2、R.layout.main之类的R不能解析为一个值,需要检查一下gen中生成的包是不是对的。