bradabrams / GeekSerendipity-io13

Source code for the Geek Serendipity Android + Google Cloud Platform demo at Google IO 2013
22 stars 15 forks source link

Missing gen file #1

Open vdisawar opened 11 years ago

vdisawar commented 11 years ago

The gen file is missing so it can't reference the layouts and id's.

bradabrams commented 11 years ago

Hmm... sorry about that. I just checked in all the files I have... hope that works :-)

vdisawar commented 11 years ago

Hi. Sorry to bother you again, but I can't seem to find the gen file yet? Is it misplaced in a different directory?

bradabrams commented 11 years ago

hm, not sure. can you be more specific. what file is missing? what path?

On Sun, Jun 23, 2013 at 10:24 PM, vdisawar notifications@github.com wrote:

Hi. Sorry to bother you again, but I can't seem to find the gen file yet? Is it misplaced in a different directory?

— Reply to this email directly or view it on GitHubhttps://github.com/bradabrams/GeekSerendipity-io13/issues/1#issuecomment-19889633 .

vdisawar commented 11 years ago

The gen file which contains generated java files. This has the R.java which contains resource id's.

turbomanage commented 11 years ago

It will be generated automatically when you load the project in ADT. Make sure you import it into Eclipse as an Android project.

On Mon, Jun 24, 2013 at 2:02 AM, vdisawar notifications@github.com wrote:

The gen file which contains generated java files. This has the R.java which contains resource id's.

— Reply to this email directly or view it on GitHubhttps://github.com/bradabrams/GeekSerendipity-io13/issues/1#issuecomment-19890412 .