slimsallem7 / droidar

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

Cannot build actual revision 167 #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Checkout of Droidar Project like told in tutorial video
2. Clean Project like told in video
3. Build Project

What is the expected output? What do you see instead?
I expected, that the project would be build normally after cleaning it like in 
the tutorial video, but it doesn't. Instead I'm getting about 256 error items, 
which seems all to have a problem with the @override annotation. I can't use 
droidar as a library, if the droidar project can't be built.

For example: 
Description Resource    Path    Location    Type
The method getView(Context) of type DoubleModifier must override a superclass 
method  DoubleModifier.java /DroidAR/src/gui/simpleUI/modifiers line 24 Java 
Problem

What version of the product are you using? On what operating system?

Latest Revision of DroidAR (167) out of the trunk folder. Eclipse Indigo and 
latest android-sdk. Windows Vista 32 bit.

Please provide any additional information below.

The Attached Picture shows a litttle bit of the errors.

Original issue reported on code.google.com by Christia...@googlemail.com on 25 Oct 2011 at 8:41

Attachments:

GoogleCodeExporter commented 9 years ago
You have to use the correct JDK version. Go to the project properties, there to 
"Java Compiler" and set "compiler compliance level" to 1.6

here is more information about this: 
http://stackoverflow.com/questions/3735661/bug-with-override-annotations-in-ecli
pse

Original comment by simon.heinen on 25 Oct 2011 at 10:12