0
background = new Background(BitmapFactory.decodeResource(getResources(), R.drawable.game_fon), ScreenWidth, this);
插入我的比賽的圖像,這在R.java
public static final int game_fon=0x7f02000b;
但game_fon
爲背景Cannot be resolved or is not a field
。
如果你在R.java中有這個,你應該使用'R.game_fon',不是嗎? –
叫做背景的_fon是什麼? – Bex
您需要將圖片複製到項目的res/drawable文件夾中。然後刷新投影儀。 –