[android-developers] Re: Problem accessing r.drawable.somestuff

2008-11-17 Thread Fräntz Miccoli
I tested it, it works. Thank you Akshat ! On 17 nov, 10:59, Fräntz Miccoli <[EMAIL PROTECTED]> wrote: > Good ! I've seen it. I'll test it this evening and give you feed back. > > Thank you. > > Fräntz Miccoli > > On 17 nov, 02:13, Cool Frood <[EMAIL PROTECTED]> wrote: > > > Fräntz, > > > Make su

[android-developers] Re: Problem accessing r.drawable.somestuff

2008-11-17 Thread Fräntz Miccoli
Good ! I've seen it. I'll test it this evening and give you feed back. Thank you. Fräntz Miccoli On 17 nov, 02:13, Cool Frood <[EMAIL PROTECTED]> wrote: > Fräntz, > > Make sure that you're not importing android.R into your .java file.  I > had the same problem once.  If you import android.R, yo

[android-developers] Re: Problem accessing r.drawable.somestuff

2008-11-16 Thread Cool Frood
Fräntz, Make sure that you're not importing android.R into your .java file. I had the same problem once. If you import android.R, your own R will not be visible. Akshat On Nov 16, 6:38 pm, Fräntz Miccoli <[EMAIL PROTECTED]> wrote: > I've understood something new on my problem, I can not use m

[android-developers] Re: Problem accessing r.drawable.somestuff

2008-11-16 Thread Fräntz Miccoli
I've understood something new on my problem, I can not use my assets outside of my Activity class. Does somebody know why ? On 16 nov, 01:32, Fräntz Miccoli <[EMAIL PROTECTED]> wrote: > Eclipse tells me that there's an error but I can't see where it is ... > > It said that in the following code t