Could you please move this to android-porting, since it is not about app development with the SDK? Thanks.
(And fwiw, you can't access private symbols with the SDK. If an app is doing that, it should be build with the platform build system to ensure it always is compatible with the platform. ESPECIALLY when using resources.) On Fri, Dec 4, 2009 at 12:43 AM, James Wang <[email protected]> wrote: > Thanks Romain. > I have to admit I have made wrong conclusion about build project > including @*android in Eclipse. > Just now, I tried it again with building success. Maybe I wrote it in > wrong way before. > > However, we can not use com.android.internal.R to refer to resource > added by ourself in code since this R class is excluded from > android.jar. > > Is there any way to get it included into android.jar? > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

