android 应用内计费错误 IInAppBillingService.aidl

android inapp billing error IInAppBillingService.aidl

我在应用程序中实施计费并在构建项目时遇到以下错误。

C:\Users\user\AndroidStudioProjects\Blessd\app\src\main\aidl\IInAppBillingService.aidl:46 interface IInAppBillingService should be declared in a file called com\android\vending\billing\IInAppBillingService.aidl.

你不应该在你自己的目录中复制IInAppBillingService.aidl(aidl\IInAppBillingService.aidl)。它应该只存在于这个目录中。

com\android\vending\billing\IInAppBillingService.aidl

这张截图不用多说就能帮到你! 另外,不要忘记将 OT .AIDL 文件的包名称更改为您自己的包文件。