Error in Adding the In-app Billing Library

前端 未结 9 572
轻奢々
轻奢々 2021-01-31 08:38

I was doing this following these steps as mentioned in the link.

  1. Copy the IInAppBillingService.aidl file to your Android project.

    (1) If you are
9条回答
  •  攒了一身酷
    2021-01-31 08:49

    In the /src directory, click File > New > Package, then create a package named com.android.vending.billing

    Copy the IInAppBillingService.aidl file from /extras/google/play_billing/ and paste it into the src/com.android.vending.billing/ folder in your workspace.

    Build your application. You should see a generated file named IInAppBillingService.java in the /gen directory of your project.

提交回复
热议问题