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)
This will solve the issue.
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)
This will solve the issue.
No comments:
Post a Comment