Internal Error occurred while analyzing this expression error in Android Studio Dolphin 2021.3.1

Viewed 143

After updating Android Studio all lines that get resources like String, Drawbles,... shows this error:

Internal Error occurred while analyzing this expression

What is wrong?

1 Answers

Update your android gradle plugin to version 7.3.0. It helped in my case, I had the same issue on 7.0.3 version

Related