Error in Adding the In-app Billing Library

前端 未结 9 809
轻奢々
轻奢々 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 09:05

    The structure that @David mentioned works fine in Android Studio 1.2.

    Your path for the billing folder should look like:

    [YOUR_APP_FOLDER]/app/src/main/aidl/com/android/vending/billing/IInAppBillingService.aidl
    

    This is where you can check the IInAppBillingService.java generated file:

    [YOUR_APP_FOLDER]/app/build/generated/source/aidl/debug/com/android/vending/IInAppBillingService.java
    

    Good luck !

提交回复
热议问题