Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
what's wrong with the exported android project — Gideros Forum

what's wrong with the exported android project

alexzhengalexzheng Guru
edited November 2011 in Announcements
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.

Likes: compTopics

+1 -1 (+1 / -0 )Share on Facebook

Comments

Sign In or Register to comment.