how can I add the aidl file to Android studio (from the in-app billing example)

后端 未结 10 748
我寻月下人不归
我寻月下人不归 2020-11-27 11:45

I am currently migrating an Eclipse app to Android Studio. This app was using the in app billing.

My main problem is to compile the project and the aidl file (I gues

10条回答
  •  迷失自我
    2020-11-27 12:22

    I know it sounds so easy, but I copy paste from google sample all folder

    https://github.com/googlesamples/android-play-billing/tree/master/TrivialDrive/app/src/main

    aidl/com/android/vending/billing

    copied into project aidl ( I had set project view in Android Studio)

    and next I clean and rebuild project and it found a reference.

提交回复
热议问题