Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile problem in new Android Eclipse platform release 4.2 / 21.0.0.vxxx #103

Closed
powder366 opened this issue Nov 13, 2012 · 3 comments
Closed
Labels

Comments

@powder366
Copy link

Get a new compile error in the new Android Eclipse platform release 4.2.
--> Development tools release 21.0.0.v201210310015-519525

Description Resource Path Location Type
The method asBinder() of type IMarketBillingService.Stub must override a superclass method IMarketBillingService.java /AndroidBillingLibrary/gen/com/android/vending/billing line 32 Java Problem

Description Resource Path Location Type
The method asBinder() of type IMarketBillingService.Stub.Proxy must override a superclass method IMarketBillingService.java /AndroidBillingLibrary/gen/com/android/vending/billing line 76 Java Problem

Description Resource Path Location Type
The method sendBillingRequest(Bundle) of type IMarketBillingService.Stub.Proxy must override a superclass method IMarketBillingService.java /AndroidBillingLibrary/gen/com/android/vending/billing line 85 Java Problem

@jayschwa
Copy link

Project specific compiler settings have to be turned off. I have the fix in my fork:
jayschwa@f8b14f8

@hpique hpique closed this as completed Nov 13, 2012
@TomTasche
Copy link

Guys, this error still occurs everytime I import the library into Eclipse. Turning of project specific compiler settings fixes it, as mentioned by @jayschwa.

@sourab-sharma
Copy link

or just change the java compiler compliance level from 1.5 to 1.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants