Android: R$id class not loaded?

Posted by llappall on Stack Overflow See other posts from Stack Overflow or by llappall
Published on 2010-04-16T16:30:35Z Indexed on 2010/04/16 16:33 UTC
Read the original article Hit count: 254

Filed under:

Hi, I have a Android class extending Application to generate some global classes, etc. It works, in that I can, for example, get the context, etc.

BUT, when I try this:

row = (TextView) findViewById(R.id.list_row_text);

I get

R.id.list_row_text = Class not loaded : <mypackage>.R$id

Any ideas why this is happening?

Thanks

Gerardo

© Stack Overflow or respective owner

Related posts about android