Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not open cp_init remapped class cache : Could not initialize class

I was working on a calculator (I'm a beginner btw). I almost finished it until I needed to format my PC and after reopening Android Studio for the first time it opened, but now it doesn't and shows this exception:

FAILURE: Build failed with an exception.

What went wrong:

Could not open cp_init remapped class cache for a4fwtlbt6cgvdv2n0389t2u6w (C:\Users\tambe.gradle\caches\6.1.1\scripts-remapped\sync_studio_tooling_9cltx0zcw96du3cin68bzeyz1\a4fwtlbt6cgvdv2n0389t2u6w\cp_init3607aee355f62839c5e6f549478ccc87).

Could not open cp_init generic class cache for initialization script 'C:\Users\tambe\AppData\Local\Temp\sync.studio.tooling.gradle' (C:\Users\tambe.gradle\caches\6.1.1\scripts\a4fwtlbt6cgvdv2n0389t2u6w\cp_init\cp_init3607aee355f62839c5e6f549478ccc87). Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7

Try: Run with --info or --debug option to get more log output. Run with --scan to get full insights.

...

Exception is very large if it's needed ask me, I'll paste it here.

...

Get more help at https://help.gradle.org

BUILD FAILED in 6s

I'm so frustrated because I spent a lot of hours trying to figure out how to do this project on my own with no help. Please, I really need it!

like image 366
Tammam Bettayeb Avatar asked Nov 06 '22 05:11

Tammam Bettayeb


1 Answers

There are a lot of solutions but for me, Replacing the sdk from the project structure to the embedded one I'll leave a link:

https://stackoverflow.com/a/62491682/12136602

like image 178
Tammam Bettayeb Avatar answered Nov 12 '22 12:11

Tammam Bettayeb