Closed GoogleCodeExporter closed 9 years ago
The error is that the @Override line 174:
-- implements android.content.DialogInterface.OnClick
-- The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} must override a superclass method.
Line 189:
-- The method onClick(View) of type new View.OnClickListener(){} must override a superclass method
-- implements android.view.View.OnClickListener.onClick
Original comment by lvogel
on 25 Jun 2010 at 3:33
Thanks for reporting the problem!
For now, please remove the @Override annotation and I think it should work
correctly.
The fix has been committed to the version 2.3.0-alpha branch (not yet released).
Original comment by yanivin...@gmail.com
on 28 Jun 2010 at 5:49
Original issue reported on code.google.com by
lvogel
on 25 Jun 2010 at 3:24