I export an android project and open in the eclipse,and then I add a layout xml file,and the R.java is updated automatically,
this is my R.java
public final class R {
public static final class attr {
}
public static final class drawable {
public static final int icon=0x7f020000;
}
public static final class layout {
public static final int splash=0x7f030000;
}
public static final class string {
public static final int app_name=0x7f040001;
public static final int hello=0x7f040000;
}
}
splash is the layout that I added.
However,when I reference it in code,R.layout.splash,it cannot be resolved.
And the drawable file has the same problem.
I wonder if any limit is added the exported project by gideros studio.
Comments
https://sites.google.com/site/xraystudiogame