【发布时间】:2012-03-02 00:23:10
【问题描述】:
我正在 Eclipse 中为 android 编写一个类,但我的 R.layout.main 出现问题。
public class createplayer extends Activity{
public void onCreate(Bundle savedInstanceState){
super.onCreate(savedInstanceState);
setContentView(R.layout.createplayer);//problems with R
}
}
【问题讨论】:
-
您使用的是哪个版本的 Android SDK?我在所有版本中都遇到了这个问题,但在最近的版本中似乎很少发生。