Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio 4.0 update

Currently a student working through a chat app module with appBrewery. All working well until I updated to the latest Studio then this gets thrown up.

Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.

Failed to notify dependency resolution listener. tried to access method sun.security.util.ECUtil.getECParameters(Ljava/security/Provider;)Ljava/security/AlgorithmParameters; from class sun.security.ec.ECKeyPairGenerator

Any ideas?

like image 669
Paulio36 Avatar asked May 29 '20 15:05

Paulio36


1 Answers

It is because of some file got corrupted while installing Android 4.0. So, doing Invalidate cache and restart will help you... After restart it will automatically download the corrupted files.

like image 165
syedjibharat Avatar answered Dec 15 '22 19:12

syedjibharat