I'm using Eclipse 4.3.2 on Mac (Yosemite v 10.10) and I'm developing for Android OS. A week ago I'm occurring on this error
"android/support/v4/view/ViewPager : Unsupported major.minor version 51.0"
using Android V4 Support ViewPager.
I just googled this problem and I have JDK version 1.7.0_71 installed under "Properties->Java->Installed JREs" and JDK 1.7 under "Properties->Java->Compiler"
I don't really know what is the problem cause all the JDK seems to be right. Someone can help me? Thanks
UPDATE: The result of "java -version" command is
java version "1.7.0_71" Java(TM) SE Runtime Environment (build 1.7.0_71-b14) Java HotSpot(TM) 64-Bit Server VM (build 24.71-b01, mixed mode)
UPDATE 2: I've just update the JDK and JRE to 1.8 but still not working.