开发者

IMarketBillingService do not created. Android 3.0

开发者 https://www.devze.com 2023-03-26 23:21 出处:网络
I want to implement In-app Billing app Have some problems with IMarketBillingService.java-file creating.

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 ad开发者_开发百科d IMarketBillingService.aidl to project with API 8 -- all is ok.. IMarketBillingService.java is creating..

any suggestions?

0

精彩评论

暂无评论...
验证码 换一张
取 消