Android @Override error
问题 Today I've finally got my facebook implementation working and when I started to implement it in my application I get the following errors over @Override. The method onComplete(Bundle) of type FBConnectionActivity.LoginDialogListener must override a superclass method If I remove the @Override the error is solved, but I would like to understand why it is complaining about this in one application and not the other. I've got the following code. public abstract class FBConnectionActivity extends