DevsmartLib-Android
DevsmartLib-Android copied to clipboard
Unable to compile project
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
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
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.