IMarketBillingService 未创建。安卓3.0
我想实现应用内计费应用程序
在创建 IMarketBillingService.java 文件时遇到一些问题。
我执行以下步骤:
在应用程序的 /src 目录中创建以下目录: com/android/vending/billing/
将 IMarketBillingService.aidl 文件复制到 example/src/com/android/vending/billing/ 目录中。
构建您的应用程序。
但在 /gen 中我找不到生成的接口文件。 我使用 Android 3.0..
当我将 IMarketBillingService.aidl 添加到使用 API 8 的项目时 - 一切正常.. IMarketBillingService.java 正在创建..
有什么建议吗?
I want to implement In-app Billing app
Have some problems with IMarketBillingService.java-file creating.
I do these steps:
Create the following directory in your application's /src directory:
com/android/vending/billing/
Copy the IMarketBillingService.aidl file into the sample/src/com/android/vending/billing/ directory.
Build your application.
But in /gen I can not find a generated interface file.
I use Android 3.0..
When I add IMarketBillingService.aidl to project with API 8 -- all is ok..
IMarketBillingService.java is creating..
any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论