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

Unable to compile project #15

Open
Rowdster opened this issue Aug 5, 2012 · 2 comments
Open

Unable to compile project #15

Rowdster opened this issue Aug 5, 2012 · 2 comments

Comments

@Rowdster
Copy link

Rowdster commented Aug 5, 2012

I'm getting 12 errors with the same type of error. Do I have something setup incorrectly in my IDE? Using Eclipse 3.7.2, Android SDK is updated, including V4 APIs, Windows 7 64 bit.

Description Resource Path Location Type
The method getBestLocation() of type new ILocationService.Stub(){} must override a superclass method LocationService.java /DevsmartAndroid/src/com/devsmart/android line 20 Java Problem

and

Description Resource Path Location Type
The method run() of type new Runnable(){} must override a superclass method HorizontalListView.java /DevsmartAndroid/src/com/devsmart/android/ui line 199 Java Problem

@twuni
Copy link

twuni commented Sep 6, 2012

Sounds like you're compiling with Java 1.5. Try updating your Eclipse or project settings to use Java 1.6 instead.
Here's why

@dabitdev
Copy link

dabitdev commented Sep 7, 2012

Hi leo, thank you but I dont remember that I pushed this issue

Date: Thu, 6 Sep 2012 14:35:23 -0700
From: [email protected]
To: [email protected]
Subject: Re: [DevsmartLib-Android] Unable to compile project (#15)

Sounds like you're compiling with Java 1.5. Try updating your Eclipse or project settings to use Java 1.6 instead.
Here's why

          —

          Reply to this email directly or view it on GitHub.

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

No branches or pull requests

2 participants