简体   繁体   中英

Android In app Billing Package name conflict

I am trying to integrate InApp billing AIDL interface (where package name starts with "com."), to my project (where package name starts with "mywork."). So AIDL now tries to auto generate java files(in gen folder) under "com", which is not available in my case as my package name is different. So the build error.

Plz Help.

通过创建程序包名称以“ com”开头的android库项目解决,并将市场结算AIDL移入该项目。

将AIDL接口文件添加到应用程序src文件夹下的com.android.vending.billing包中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM