Help: setting up MetaWearApp project inEclipse

Hi All,
    I am a newbie for Android. I am facing problems in setting up MetaWearAPP (sample app ) provided in the Meta Wear document.

Below is the glimpse of things that  I have done.

1. Created an Android project from existing code in Eclipse IDE.
2. Linked the MetaWearApp project with MetaWearAPI 
3. I have set the JDK Compliance level to 1.7

at this stage when I was trying to run the app as android application the console shows this error:
Android requires compiler compliance level 5.0 or 6.0. Found '1.7' instead. Please use Android Tools > Fix Project Properties.
Now I tried to fix the issue by doing as suggested in the log above. Right click on project>> Android tools>> Fix project properties, but then there is compliance issue as :  '<>' operator is not allowed for source level below 1.7

I am kinda struck here and donot know how to proceed. Please help me.

Thanks in Advance.
Sri.


Comments

  • Hrm...sounds like the min sdk version is set to an older API or you don't have an appropriate Android API / build tools package installed.  What android sdk packages are installed?
This discussion has been closed.