I am trying to implement in-app purchase to my product.I imported IMarketBilling.aidl to my project. It generated a .java file in my project with errors to remove override method near asBinder method.For that i changed my compiler to 1.6 and set JRE7 to JRE6.ofcourse i am cleaning the project for my every attempt. The main issue is to access the IMarketBilling.aidl file in my project..But it is throwing errors to remove @override at asBinder() method.
Do any one have a good idea to resolve my issue