0

I have cloned an android project from gitlab. After building the project it shows the below error with build failed.

java.io.IOException: Internal error: Symbol file with package cannot be empty.

enter image description here

The project is okay on the other android studio from where it pushed to gitlab. what should I do to prevent this error. thanks in advance.

1 Answers1

0

the solution that worked for me was to change the Gradle version from project structure. in my case, I changed the version to match the local Gradle distribution I downloaded before and then going into Gradle setting in the project settings to check the use local Gradle distribution option of the same version.

Gemy
  • 31
  • 3