Issue
Background: this problem occured after an update through the android sdk Manager eclipse plugin.
Currently, when i try to build any android project, this error occurs.
THe information i gathered so far, is that this is a java related issue, as i'm trying to compile newer version code (version 52.0 stands for java 8) and run it in an older one. However, most of the solutions didn't work out.
Here are the compile setting for an android project :
Here are settings from the java compiler in Eclispe:
Finally, installed packets from the Android SDK:
I've removed the packets for API 23, but with no luck. Could it be that Android tools are causing trouble, since the SKD doesn't support the java version (52)?
Solution
Problem was with JDK/JRE. They were installed separately. Deleted them and installed from a bundle. Although they were the same version, project building kept on crashing.
Answered By - Liquid Penguin
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.