Friday, 24 March 2017

Unsupported major.minor version 52.0 when rendering in Android Studio 2.3 API Level 25

Generally when you try to create a new project or load a project in Android Studio 2.3 with API Level 25 it shows an error saying -

Unsupported major.minor version 52.0

To solve the issue do the following -

Files -> Other Setting -> Default Project Structure -> Check the Use embedded JDK (recommended)

select Mark

This will solve the issue.

No comments:

Post a Comment