How Do I Resolve: "Error Evaluating Project ':app'.Unsupported Major.minor Version 52.0
I have tried to really research this error and I can't seem to find a fix. I upgraded my android studios and I am receiving the following error: Error:(1, 1) A problem occurred e
Solution 1:
inside the "Project Structure" settings window enabled the "Use embedded JDK (recommended)" in the SDK location tab
Solution 2:
I had to go to File > Project Structure
In the JDK location, I had to change the path to: C:\Program Files\Java\jdk1.8.0_101
It built without any errors.
Post a Comment for "How Do I Resolve: "Error Evaluating Project ':app'.Unsupported Major.minor Version 52.0"