Why are my resources suddenly unresolved in my Android project?

Posted by Eno on Stack Overflow See other posts from Stack Overflow or by Eno
Published on 2010-03-22T01:01:25Z Indexed on 2010/03/22 7:01 UTC
Read the original article Hit count: 350

Filed under:
|
|
|

Eclipse is complaining about my Android project saying all my references to resources are unresolved, even though R.java does exist. For example:

signin_btn=(Button)findViewById(R.id.signin_btn); signin_btn.setOnClickListener(this);

I definately have signin_btn defined in my resources. Dont know why Eclipse is not seeing my R class anymore. How to fix?

© Stack Overflow or respective owner

Related posts about android

Related posts about resources