【发布时间】:2013-07-26 12:40:16
【问题描述】:
这是一次又一次产生的错误。 我已经清理了我的项目。
public static final class id {
public static final int =0x7f07005b;
public static final int button1=0x7f070004;
public static final int button2=0x7f070005;
public static final int frameLayout1hardMatchup=0x7f070009;
String.xml 没有错误,这是我的String.xml。
<string name="hello">Hello World, MemoryCardsActivity!</string>
<string name="app_name">Princess Memory Cards</string>
<string name="text_name">Congrates</string>
<string name="text_help">Turn over pairs of matching cards, tap to flip two cards, as the match happens, they get removed from the screen.Try to get all cards match in minimum moves and proceed to next level</string>
而且也没有任何@+id 类型的错误。 还有什么可能是这个原因。 任何积极的回应将不胜感激.. :(
【问题讨论】:
标签: android android-xml r.java-file