Solution for the in-app billing tutorial from Google (Android)

Solution for theĀ IInAppBillingService.aidl error in eclipse.

If you try to add the Google library android for the in-app billing, you will have this error: interface IInAppBillingService should be declared in a file called com\android\vending\billing\IInAppBillingService.aidl.

We will see how to solve this issue. Continue reading