I'm working on an Android project. I started it in Android Studio, then moved it to Github and cloned the repo using the AIDE IDE.
After opening the Project, I got an error in the build.gradle file.
I deleted the whole line of code, because I wasn't interested in using Constraint Layout for my app, but the error message remained the same, and it even continued marking the same line as the source of the problem.
The problem only appears in AIDE, not in Android Studio.
I have not idea why this is happening or even where to start looking.
Does anyone know why this is happening?
The problem can be solved by deleting the line with the error and reopening the project.