I was doing this following these steps as mentioned in the link.
- Created directory /src/com/android/vending/billing and copy the
IInAppBillingService.aidl
file into this directory. - Rebuilded application. (a generated file
IInAppBillingService.java
in the/gen
directory expected, but nothing!)
when I finished that, IInAppBillingService.java still not exists in \gen
whats wrong?