为什么我在eclipse写的安卓程序没有被运行
模拟器已经完全打开了,打开后运行的却是系统默认的helloworld程序,我是工程-》runas》androidApplication,这样运行的publicclassH...
模拟器已经完全打开了,打开后运行的却是系统默认的hello world程序,我是工程-》run as》 android Application,这样运行的
public class Hello extends Activity {
@Override
public void onCreate(Bundle savedInstanceState){
super.onCreate(savedInstanceState);
super.setContentView(R.layout.activity_main);
TextView text=(TextView)super.findViewById(R.id.mytext);
text.setText("北京魔乐科技软件学院(MLDN)");
Button but=(Button)super.findViewById(R.id.mybut);
but.setText("没用");
}
}
这是源代码 展开
public class Hello extends Activity {
@Override
public void onCreate(Bundle savedInstanceState){
super.onCreate(savedInstanceState);
super.setContentView(R.layout.activity_main);
TextView text=(TextView)super.findViewById(R.id.mytext);
text.setText("北京魔乐科技软件学院(MLDN)");
Button but=(Button)super.findViewById(R.id.mybut);
but.setText("没用");
}
}
这是源代码 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询