i want to implement Appbrain interstitial ad on my live wallpaper settings,
i followed steps given on - http://www.appbrain.com/info/sdk-docs/interstitial.html
@Override
public void onBackPressed() {
AppBrain.getAds().maybeShowInterstitial(this);
finish();
}
Note: eclipse red underline on onBackPressed()
The eclipse is giving error:
The method onBackPressed() of type SBLiveWallpaper must override or implement a supertype method
One quick fix is: Remove @override annotation
What is the solution?
Update: Here is the screenshot: http://prntscr.com/558my0