DevsmartLib-Android icon indicating copy to clipboard operation
DevsmartLib-Android copied to clipboard

Unable to compile project

Open Rowdster opened this issue 13 years ago • 2 comments

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

Rowdster avatar Aug 05 '12 01:08 Rowdster

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

twuni avatar Sep 06 '12 21:09 twuni

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.

dabitdev avatar Sep 07 '12 02:09 dabitdev