I am developing android and using jdk 1.8.0_74
. The android project uses also Java version 1.8
. The JAVA_HOME
is also set to the jdk 1.8
. I download the newest packages in the sdk manager
, cleaned the project, invalidated caches, restarted the android studio ...
I cloned an existing project from a repository and get the following unsupported class file error.
PARSE ERROR:
unsupported class file version 52.0
...while parsing android/support/design/R.class
...
The whole project is working on another computer with the same java version.
Please can anyone help me?