"Loading data for Android 5.0" has encountered a problem. - Parsing Data for android-21 failed
2015. 7. 10. 10:43ㆍPrograming/Debugging
[Problem]
"Loading data for Android 5.0" has encountered a problem.
Parsing Data for android-21 failed
unsupported major.minor version 51.0
[Solution]
- Change the environmental path to point 1.7/1.8
- Open Eclipse and goto windows tab-> preference
- Goto Java->complier and set Compiler compliance level to 1.7 and press apply.
- Then Goto Installed JRE Section. check if the installed jdk is listed and selected in the list. If not listed give the manual path using search. then select the jdk version and remove other versions in the list.
- in installed JRE go to execution environment and select the intended java se version and check it in compatible section
- Presss ok and restart Eclipse.
Try installing JDK 1.8 and reload Eclipse.
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
'Programing > Debugging' 카테고리의 다른 글
Android SDK - SSLPeerUnverified peer not authenticated (0) | 2016.05.25 |
---|---|
java.lang.InstantiationException: can't instantiate class Activity (0) | 2015.07.28 |
[Android Tool] APKTools Windows GUI Decompile/Recompile/ZipAlign/SignAPK (0) | 2015.05.13 |
GC overhead limit exceeded (0) | 2015.04.24 |
[JAVA] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException (0) | 2015.04.09 |