I\'m trying to use In-App billing:
mIabHelper = new IabHelper(this, BILLING_KEY);
mIabHelper.startSetup(new IabHelper.OnIabSetupFinishedListener() {
Have come up with the solution.
Try the below 3 steps:
This problem usually occurs when we copy the aidl file from one project to another project.