We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I am trying to implement in-app purchases in my processing app but I don't understand where I should put the IInAppBillingService.aidl file. I have looked at the output that the processing IDE produces and I have noticed the following:
Manifest merger disabled. Using project manifest only. [echo] Handling aidl files... No AIDL files to compile.
This is the probable solution but where do I place the IInAppBillingService.aidl file?