Reputation: 593
I just updated
to latest android studio and had invalidated caches and restart
but after that my project files are all red and android studio cannot detect java.
Whenever I hover on red line, It shows a configure JDK
option.
I had downloaded latest jdk from oracle website and selected that in java path but that also didn't work. I am not able to open settings, SDK manager, neither can I configure SDK.
Below is the error dialog
I tried all the options below but cannot solve the issue
Upvotes: 1
Views: 1008
Reputation: 61
In my case is the CSV Plugin
's fault.
After I noticed en error in the right of the status bar said that CSV plugin startup failed, then I disabled this plugin in the Report Issue dialog
Then restart Android Studio will fix the cannot open settings problem
Upvotes: 6
Reputation: 593
Finally after hours of debugging , here is how I solved all the issues.
Cause of the problem : Improper Update
.Android-studio-3.6
present inside C\Users\<Username>\
14.0.1
which I downloaded from Oracle website.Upvotes: 0
Reputation: 26
I think you have not setup JDK.Try to setup JDK and i think it will help you to solve the problem.
Upvotes: 0