在主要活动中,在onCreate方法中我有
AlertSpinnerA = (Spinner) findViewById(R.id.AlertSpinnerA);
我的应用程序一直崩溃,所以我通过调试运行它发现这个对象从来没有设置过,但是之前有两个其他对象......
Flipper = (ViewFlipper) findViewById(R.id.Flipper);
ButtonNew = (Button) findViewById(R.id.ButtonNew);
......好好的。我将它们声明为变量,正确的导入和Eclipse报告都很好。我真的无法理解这一点,但我知道这将是一些愚蠢的事情,我会很感激帮助。
提前致谢,AW