Mic*_*hal 28 android in-app-billing
我正在尝试In app billing在我的Andorid应用程序中实现服务.
我已将IMarketBillingService.aidl文件添加到Eclipse中的项目中.然后Eclipse自动生成了该IMarketBillingService.java文件,但有很多错误.
@Override public android.os.IBinder asBinder() { return mRemote; }
- implements android.os.IInterface.asBinder
- The method asBinder() of type IMarketBillingService.Stub.Proxy must override asuperclass method
@Override public android.os.Bundle sendBillingRequest(android.os.Bundle bundle) throws android.os.RemoteException
{
android.os.Parcel _data = android.os.Parcel.obtain();
android.os.Parcel _reply = android.os.Parcel.obtain();
android.os.Bundle _result;
......
}
- The method sendBillingRequest(Bundle) of type IMarketBillingService.Stub.Proxy must override a superclass method
- implements com.android.vending.billing.IMarketBillingService.sendBillingRequest
Run Code Online (Sandbox Code Playgroud)
谁能帮我这个?
我正在使用Mac,Eclipse Juno和最新版本的Android SDK.
小智 78
您可以尝试使用默认编译选项.
Eclipse将提示重新编译,它应该都很好.
| 归档时间: |
|
| 查看次数: |
5472 次 |
| 最近记录: |