Capacitor 2.0.1 Android Studio 6.3.6 Errors

I upgraded to Capacitor 2.0.1 in my Ionic/Angular project and I’m getting errors in Android Studio. Errors are related to plugins, see below. The project will not compile.

I have deleted my Android project folder, synced and rebuilt the project a few times, but same result. How can this be fixed?

Project is using:
Ionic/Angular 5.0.4
Angular 9.0.5
@capacitor/android”: “^2.0.1”,
@capacitor/cli”: “^2.0.1”,
@capacitor/core”: “^2.0.1”,
@capacitor/ios”: “^2.0.1”,

Everything is working now. I removed the Android project, then added it again and also deleted config.xml.

I also invalidated the caches and restarted Android Studio. I was able to compile and generate the APK.