Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Eclipse errors coming out from no where???
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dan Uff  
View profile  
 More options May 21 2012, 11:03 am
From: Dan Uff <danny....@gmail.com>
Date: Mon, 21 May 2012 08:03:11 -0700 (PDT)
Local: Mon, May 21 2012 11:03 am
Subject: Eclipse errors coming out from no where???

Hi all,
I am developing an Android app and everything was working fine yesterday.
 Now, when I go back into the app, and try to run it, I get the following
errors:

setContentView(R.layout.contactlanta);

[R cannot be resolved or is not a variable]

Button back = (Button) findViewById(R.id.backbutton);

[R cannot be resolved or is not a variable]

Likewise, this error is appearing in ALL of my four View files.  The
problem seems to be in the AVD Simulator because I got it to run once or
twice today, now I am back to these errors.

I also tried to run the same app on different machines (Macs) and still get
the same errors.

All of the code IS correct because (like I said before) it ran fine
yesterday.

Any ideas???

Dan Uff

danny....@gmail.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
MatheuB  
View profile  
 More options May 21 2012, 11:16 am
From: MatheuB <blanc...@gmail.com>
Date: Mon, 21 May 2012 08:16:43 -0700 (PDT)
Local: Mon, May 21 2012 11:16 am
Subject: Re: Eclipse errors coming out from no where???
Sometimes when it happens, it's because there is a little error
somewhere in a layout, or something else. Check the "Problems" tab and
check everything there, you may get a hint.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fabien R  
View profile  
 More options May 22 2012, 4:24 am
From: Fabien R <theedge...@free.fr>
Date: Tue, 22 May 2012 10:24:20 +0200
Local: Tues, May 22 2012 4:24 am
Subject: Re: [android-developers] Eclipse errors coming out from no where???
On 21/05/12 17:03, Dan Uff wrote:
> Hi all,
> I am developing an Android app and everything was working fine yesterday.
>  Now, when I go back into the app, and try to run it, I get the following
> errors:

> setContentView(R.layout.contactlanta);

> [R cannot be resolved or is not a variable]

It sounds like the syndrom "project->clean"...

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
chengdong diao  
View profile  
 More options May 22 2012, 4:42 am
From: chengdong diao <diaochengd...@gmail.com>
Date: Tue, 22 May 2012 16:42:04 +0800
Local: Tues, May 22 2012 4:42 am
Subject: Re: [android-developers] Eclipse errors coming out from no where???

project->clean, and rebuild.
if still error, project->clean, and restart the Eclipse.

2012/5/22 Fabien R <theedge...@free.fr>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »