I am trying to implement In app billing service in my Andorid application.
I\'ve added the IMarketBillingService.aidl file to my project in
Was also getting numerous errors in the generated IInAppBillingService.java. I tried many, many suggested solutions without success. Finally a variant of Zedifire's method worked on my Eclipse SDK. (these steps are from memory - try around until it works!)
VOILA -the generated files finally compiled without the errors!