Android studio does not recognize java statements/JDK

432 views Asked by At

After updating android studio to the latest version, alongside plugins and gradle, android studio cannot recognize java statements. There would be an error on all import statements like "import java.util.ArrayList;"
I'm using java 14.0.2, and the newest build of android studio 4.1.
The error message "can't resolve symbol arraylist"
Other error messages


I've tried re-installing android studio with admin permission(deleted the .gradle and .android folder in my appdata)
I've tried re-installed the JDK and SDK
I've check the route of sdk and jdk location I've tried to invalidate all cache/restart
I've made sure that these are the correct directories
Is there anything else I should give a shot at? thanks!
(android gradle version is 6.5, gradle plugin version is 4.1.0)

1

There are 1 answers

2
NameRequired On

After a lot of trial and errors, I found a folder called "google" inside my c drive, in it is an android folder. Deleting the android folder and re-opening android studio prompted me to redownload a lot of stuff, afterwards it went back to normal.