dvoina / imsdroid

Automatically exported from code.google.com/p/imsdroid
0 stars 0 forks source link

cannot build in eclipse #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checkout imsdroid in eclipse windows
2. try to build
3. missing gen folder plus 48 other errors like this one:
Description Resource    Path    Location    Type
error: Error: No resource found that matches the given name (at 'textColor' 
with value '@color/white'). call_dialog.xml /imsdroid/res/layout    line 5  Android 
AAPT Problem

What is the expected output? What do you see instead?
the expected output is a built version incl gen etc of the code

What version of the product are you using? On what operating system?
latest checkout I guess. http://imsdroid.googlecode.com/svn/trunk

Please provide any additional information below.
I have tried clean, delete gen folder, remove gen from build path, new 
workspace, deleting project checking out again, removing all .svn folders, 
close project/open project, restarting eclipse, checking out again, clean some 
more, doesnt work

provided is a screenshot from eclipse, thanks if someone can help me!

Original issue reported on code.google.com by matthijs...@gmail.com on 14 Dec 2010 at 2:39

Attachments:

GoogleCodeExporter commented 9 years ago
Open the project properties page and make sure that you have selected the right 
Android SDK (API level >3).

Original comment by boss...@yahoo.fr on 14 Dec 2010 at 2:52

GoogleCodeExporter commented 9 years ago
thanks for the quick response, I already did that, it is 4 at the moment, (1.6) 
but it doesnt work

Original comment by matthijs...@gmail.com on 14 Dec 2010 at 2:58

GoogleCodeExporter commented 9 years ago
Are you using ADT version 8.0?
If yes, could you please try the revision r345?

Original comment by boss...@yahoo.fr on 14 Dec 2010 at 3:04

GoogleCodeExporter commented 9 years ago
That seems to have fixed it, thanks!

Original comment by matthijs...@gmail.com on 15 Dec 2010 at 9:02

GoogleCodeExporter commented 9 years ago
Thanks for the feedback

Original comment by boss...@yahoo.fr on 20 Dec 2010 at 2:50