Nayera-mohamed / andar

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

@Overrride, problem to compile #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, 
If'v checked out the last AndAR and tried to compile with the last AndroidSDK 
an Eclipse on Win7 32. But Eclipse says that some methods like 
SurfaceDestroyed, surfaceCreated or onPreviewFrame  can't overwirtten, because 
they are not part of the superclass.  

Original issue reported on code.google.com by flottoka...@gmail.com on 9 May 2011 at 3:52

GoogleCodeExporter commented 8 years ago
Eclipse is a little weird in this respect. It won't mind when you're writing 
the project from scratch, but whenever you import a project, it wants to delete 
the overrides.

However, deleting them has no effect on the project so just delete them and 
compile.

Original comment by raghavsood on 8 Jul 2012 at 10:37